Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a65f581e authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

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
parent 08f3ea9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -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: [