blob: 38d017f9b5a3f025ea6dc080c033869f97c39475 [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
ChengYou Ho10f8a482021-01-02 22:45:32 +080010aidl_interface {
11 name: "android.hardware.weaver",
12 vendor_available: true,
13 srcs: ["android/hardware/weaver/*.aidl"],
14 stability: "vintf",
15 backend: {
16 java: {
17 platform_apis: true,
18 },
ChengYou Ho10f8a482021-01-02 22:45:32 +080019 },
ChengYou Ho20c47b42022-11-30 17:51:17 +000020 versions_with_info: [
21 {
22 version: "1",
23 imports: [],
24 },
Devin Mooree4716e82023-07-31 23:23:57 +000025 {
26 version: "2",
27 imports: [],
28 },
29
ChengYou Ho20c47b42022-11-30 17:51:17 +000030 ],
Devin Mooree4716e82023-07-31 23:23:57 +000031 frozen: true,
ChengYou Ho10f8a482021-01-02 22:45:32 +080032}