blob: c78be3b20cfd13fa55867ea95e60f64182a07a19 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -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 Danisevskis61eadb72021-03-17 10:55:10 -070019 platform_apis: true,
20 srcs_available: true,
Chirag Pathakc160ae62020-12-07 22:14:34 +000021 },
22 ndk: {
23 vndk: {
24 enabled: true,
25 },
26 },
27 rust: {
28 enabled: true,
29 },
30 },
31}