• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_team: "trendy_team_android_hardware_backed_security",
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "hardware_interfaces_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11aidl_interface {
12    name: "android.hardware.weaver",
13    vendor_available: true,
14    srcs: ["android/hardware/weaver/*.aidl"],
15    stability: "vintf",
16    backend: {
17        java: {
18            platform_apis: true,
19        },
20    },
21    versions_with_info: [
22        {
23            version: "1",
24            imports: [],
25        },
26        {
27            version: "2",
28            imports: [],
29        },
30
31    ],
32    frozen: true,
33}
34