blob: 00a6ba3019d606ba6d49dc696aa3c9174df4cf3a [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 Pathakc160ae62020-12-07 22:14:34 +000010aidl_interface {
11 name: "android.hardware.security.secureclock",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/security/secureclock/*.aidl",
15 ],
16 stability: "vintf",
Chirag Pathakc160ae62020-12-07 22:14:34 +000017 backend: {
18 java: {
Janis Danisevskis65aa12e2021-03-17 10:55:10 -070019 platform_apis: true,
Chirag Pathakc160ae62020-12-07 22:14:34 +000020 },
21 ndk: {
22 vndk: {
23 enabled: true,
24 },
25 },
26 rust: {
27 enabled: true,
Alan Stokese7585172021-06-17 11:49:40 +010028 apex_available: [
29 "//apex_available:platform",
30 "com.android.compos",
31 ],
Chirag Pathakc160ae62020-12-07 22:14:34 +000032 },
33 },
Jiyong Park72b63592021-05-21 11:28:05 +090034 versions: ["1"],
Chirag Pathakc160ae62020-12-07 22:14:34 +000035}