blob: 0742939621a4d1f26db35690e5a2de573bd5133a [file] [log] [blame]
Kenny Root4fba44c2019-11-17 20:28:38 -08001aidl_interface {
Steven Moreland82cd11c2020-01-06 13:21:52 -08002 name: "android.hardware.rebootescrow",
Kenny Root4fba44c2019-11-17 20:28:38 -08003 vendor_available: true,
4 srcs: [
5 "android/hardware/rebootescrow/IRebootEscrow.aidl",
6 ],
7 stability: "vintf",
8 backend: {
9 java: {
10 platform_apis: true,
11 },
12 ndk: {
13 vndk: {
14 enabled: true,
15 },
16 },
17 },
18}