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

Commit 5aa06dad authored by Devin Moore's avatar Devin Moore
Browse files

libandroid_sensor_headers: make host_supported and vendor_available

These headers are now used in a shared convert library for AIDL/HIDL
sensorservice implementations.
They are host_supported.
They are on /system so they need vendor_available: true to be on both
system and vendor.

Test: atest VtsHalSensorManagerTargetTest
Test: atest VtsHalSensorManagerV1_0TargetTest
Bug: 259711109
Change-Id: Ibc6ed5566dc50de5b40719b4c66c6b8982df9613
parent 81a86779
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ subdirs = [

cc_library_headers {
    name: "libandroid_sensor_headers",
    vendor: true,
    vendor_available: true,
    host_supported: true,
    export_include_dirs: ["include_sensor"],
}