platform_hardware_interfaces/rebootescrow/aidl/Android.bp
Steven Moreland 82cd11cc94 rebootescrow: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-rebootescrow format to the package format
(android.hardware.rebootescrow).

Bug: N/A
Test: all build time
Change-Id: Ibb116e76761b751515d95ee8e515a6f7b97bb8d0
2020-01-06 13:21:52 -08:00

18 lines
367 B
Text

aidl_interface {
name: "android.hardware.rebootescrow",
vendor_available: true,
srcs: [
"android/hardware/rebootescrow/IRebootEscrow.aidl",
],
stability: "vintf",
backend: {
java: {
platform_apis: true,
},
ndk: {
vndk: {
enabled: true,
},
},
},
}