mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Build input-related HAL code for host
This would allow to run some of the tests on host, which is sometimes convenient when a device is not readily available. Bug: 249591924 Test: atest --host inputflinger_tests Change-Id: Ide39bc4beb5174191bdc31e0a9b9f905622fcde5
This commit is contained in:
@@ -9,6 +9,7 @@ package {
|
||||
|
||||
aidl_interface {
|
||||
name: "android.hardware.input.common",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/input/common/*.aidl"],
|
||||
stability: "vintf",
|
||||
|
||||
@@ -9,6 +9,7 @@ package {
|
||||
|
||||
aidl_interface {
|
||||
name: "android.hardware.input.processor",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/input/processor/*.aidl"],
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user