blob: 3d5b827e9c54f1bd5a62122e9e342786762930ee [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -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,
Devin Moore33ae2512024-09-13 22:42:33 +000013 frozen: true,
Kenny Root4fba44c2019-11-17 20:28:38 -080014 srcs: [
15 "android/hardware/rebootescrow/IRebootEscrow.aidl",
16 ],
17 stability: "vintf",
18 backend: {
19 java: {
20 platform_apis: true,
21 },
Kenny Root4fba44c2019-11-17 20:28:38 -080022 },
Jeongik Cha7e267452020-04-08 16:27:47 +090023 versions: ["1"],
Kenny Root4fba44c2019-11-17 20:28:38 -080024}