d72ba14c90
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
23 lines
481 B
Text
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,
|
|
},
|
|
},
|
|
},
|
|
}
|