d81d6a12be
Some are still in VNDK because they are used in other VNDK libs. Bug: 234181591 Test: m Merged-In: If999df9c78a20df931177da11742b1c5de19bc08 Change-Id: If999df9c78a20df931177da11742b1c5de19bc08
21 lines
612 B
Text
21 lines
612 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.authsecret",
|
|
vendor_available: true,
|
|
srcs: ["android/hardware/authsecret/*.aidl"],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
},
|
|
versions: ["1"],
|
|
}
|