blob: 8fe9f27d7e601b96ce6c75980436bb183afc616d [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 Ho112fab22020-12-22 04:06:36 +080010aidl_interface {
11 name: "android.hardware.authsecret",
12 vendor_available: true,
13 srcs: ["android/hardware/authsecret/*.aidl"],
14 stability: "vintf",
15 backend: {
16 java: {
17 platform_apis: true,
18 },
19 ndk: {
20 vndk: {
21 enabled: true,
22 },
23 },
24 },
25}