blob: fe77c10d97c916f64d2631d24bd51e6550ff7559 [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
Chirag Pathakbe151802020-12-07 22:16:10 +000010aidl_interface {
11 name: "android.hardware.security.sharedsecret",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/security/sharedsecret/*.aidl",
15 ],
16 stability: "vintf",
17 backend: {
18 java: {
19 sdk_version: "module_current",
20 },
Chirag Pathakbe151802020-12-07 22:16:10 +000021 rust: {
22 enabled: true,
23 },
24 },
Jiyong Park72b63592021-05-21 11:28:05 +090025 versions: ["1"],
Chirag Pathakbe151802020-12-07 22:16:10 +000026}