blob: 74cec99f7dac95f471c9f2934cce901ed983476f [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 },
25 ],
ChengYou Ho10f8a482021-01-02 22:45:32 +080026}