blob: a4fcbfe54ba04185dcfb6cddf61b828427b4400a [file] [log] [blame]
Ilya Matyukhin457e9d82020-10-08 12:52:04 -07001aidl_interface {
2 name: "android.hardware.biometrics.face",
3 vendor_available: true,
4 srcs: [
5 "android/hardware/biometrics/face/**/*.aidl",
6 ],
7 imports: [
8 "android.hardware.biometrics.common",
9 "android.hardware.common",
10 "android.hardware.keymaster",
11 ],
12 stability: "vintf",
13 backend: {
14 java: {
Ilya Matyukhin8513ef22020-10-21 16:42:38 -070015 platform_apis: true,
Ilya Matyukhin457e9d82020-10-08 12:52:04 -070016 },
17 cpp: {
18 enabled: false,
19 },
20 },
21}