blob: b5e4e3d67520388b399f09c3608f0ee4f4bea14c [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,
Devin Moore33ae2512024-09-13 22:42:33 +000013 frozen: true,
ChengYou Ho112fab22020-12-22 04:06:36 +080014 srcs: ["android/hardware/authsecret/*.aidl"],
15 stability: "vintf",
16 backend: {
17 java: {
18 platform_apis: true,
19 },
ChengYou Ho112fab22020-12-22 04:06:36 +080020 },
Jiyong Park72b63592021-05-21 11:28:05 +090021 versions: ["1"],
ChengYou Ho112fab22020-12-22 04:06:36 +080022}