platform_hardware_interfaces/sensors/aidl/Android.bp
Brian Duddie d72ba14c90 Add HEAD_TRACKER sensor type definition
This new sensor type supports tracking the orientation and rate of
rotation of a user's head, which can be useful for features such as
spatial audio.

Bug: 210156629
Test: compile only; to be validated in later CLs
Change-Id: I861be09d14e208fb992b23554b6c0733e4163f0c
2022-01-12 02:11:49 +00:00

23 lines
481 B
Text

aidl_interface {
name: "android.hardware.sensors",
vendor_available: true,
srcs: ["android/hardware/sensors/*.aidl"],
imports: [
"android.hardware.common-V2",
"android.hardware.common.fmq-V1",
],
stability: "vintf",
backend: {
cpp: {
enabled: false,
},
java: {
enabled: false,
},
ndk: {
vndk: {
enabled: true,
},
},
},
}