8513ef2cc4
Bug: 171335732 Test: m android.hardware.biometrics.face-update-api Change-Id: I4c295513217641c3e494a1b2d83f69aeab4c804e
21 lines
467 B
Text
21 lines
467 B
Text
aidl_interface {
|
|
name: "android.hardware.biometrics.face",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/biometrics/face/**/*.aidl",
|
|
],
|
|
imports: [
|
|
"android.hardware.biometrics.common",
|
|
"android.hardware.common",
|
|
"android.hardware.keymaster",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|