platform_hardware_interfaces/rebootescrow/aidl/Android.bp

20 lines
388 B
Text
Raw Normal View History

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,
},
},
},
versions: ["1"],
}