mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add host_supported to sensors AIDL interface
Useful for host fuzzing. Needed to make the new sensorservice AIDL host_supported. Test: m Bug: 205764765 Change-Id: I3fb0786fe27274d91c05a0598bf9d96c20062edf
This commit is contained in:
@@ -11,6 +11,7 @@ aidl_interface {
|
||||
name: "android.hardware.sensors",
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/sensors/*.aidl"],
|
||||
host_supported: true,
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
"android.hardware.common.fmq-V1",
|
||||
|
||||
Reference in New Issue
Block a user