e4716e8230
This was done in ag/22462586 internally which is too large to cherry-pick. It's being applied to aosp to unblock some trunk stable work. This CL is generated with: `m android.hardware.weaver-freeze-api` Test: m Bug: 290265210 Change-Id: I52fc5134a97d749b826b2f9318839369502ac85a Merged-In: I832ab7a8b5445ba85e27bbcf5be64906bfa0e5be
32 lines
779 B
Text
32 lines
779 B
Text
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "android.hardware.weaver",
|
|
vendor_available: true,
|
|
srcs: ["android/hardware/weaver/*.aidl"],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
},
|
|
versions_with_info: [
|
|
{
|
|
version: "1",
|
|
imports: [],
|
|
},
|
|
{
|
|
version: "2",
|
|
imports: [],
|
|
},
|
|
|
|
],
|
|
frozen: true,
|
|
}
|