• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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
10aidl_interface {
11    name: "android.hardware.rebootescrow",
12    vendor_available: true,
13    frozen: true,
14    srcs: [
15        "android/hardware/rebootescrow/IRebootEscrow.aidl",
16    ],
17    stability: "vintf",
18    backend: {
19        java: {
20            platform_apis: true,
21        },
22    },
23    versions: ["1"],
24}
25