112fab25fc
Bug: 176107318 Change-Id: Ia430177018344b093fea3314eb54ef2423fbf636
16 lines
336 B
Text
16 lines
336 B
Text
aidl_interface {
|
|
name: "android.hardware.authsecret",
|
|
vendor_available: true,
|
|
srcs: ["android/hardware/authsecret/*.aidl"],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
ndk: {
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
},
|
|
}
|