blob: 75faa1a65b64205e0d062522b8e52dc0f86f2779 [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 },
Jeongik Cha7e267452020-04-08 16:27:47 +090018 versions: ["1"],
Kenny Root4fba44c2019-11-17 20:28:38 -080019}