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:
Siarhei Vishniakou
2022-09-30 07:27:13 -07:00
parent 08f3ea9e97
commit a65f581ea3
2 changed files with 2 additions and 0 deletions

View File

@@ -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",

View File

@@ -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: [