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:
Devin Moore
2022-11-08 16:56:10 +00:00
parent 14762528b0
commit 9ef0c60a25

View File

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