blob: c764f86e9fc49744882744dd209c0d758c0637ba [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Kenny Root4fba44c2019-11-17 20:28:38 -080010aidl_interface {
Steven Moreland82cd11c2020-01-06 13:21:52 -080011 name: "android.hardware.rebootescrow",
Kenny Root4fba44c2019-11-17 20:28:38 -080012 vendor_available: true,
13 srcs: [
14 "android/hardware/rebootescrow/IRebootEscrow.aidl",
15 ],
16 stability: "vintf",
17 backend: {
18 java: {
19 platform_apis: true,
20 },
21 ndk: {
22 vndk: {
23 enabled: true,
24 },
25 },
26 },
Jeongik Cha7e267452020-04-08 16:27:47 +090027 versions: ["1"],
Kenny Root4fba44c2019-11-17 20:28:38 -080028}