blob: dad3b8d74c8352a057cb9eb187cb42e0de7cc768 [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
David Zeuthen81603152020-02-11 22:04:24 -050010aidl_interface {
11 name: "android.hardware.identity",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/identity/*.aidl",
15 ],
16 imports: [
17 "android.hardware.keymaster",
18 ],
19 stability: "vintf",
20 backend: {
21 java: {
22 platform_apis: true,
23 },
24 ndk: {
25 vndk: {
26 enabled: true,
27 },
28 },
29 },
David Zeuthen28edb102020-04-28 18:54:55 -040030 versions: [
31 "1",
32 "2",
Jiyong Park72b63592021-05-21 11:28:05 +090033 "3",
David Zeuthen28edb102020-04-28 18:54:55 -040034 ],
David Zeuthen81603152020-02-11 22:04:24 -050035}