Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
| 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 Pathak | c160ae6 | 2020-12-07 22:14:34 +0000 | [diff] [blame] | 10 | aidl_interface { |
| 11 | name: "android.hardware.security.secureclock", |
| 12 | vendor_available: true, |
| 13 | srcs: [ |
| 14 | "android/hardware/security/secureclock/*.aidl", |
| 15 | ], |
| 16 | stability: "vintf", |
Chirag Pathak | c160ae6 | 2020-12-07 22:14:34 +0000 | [diff] [blame] | 17 | backend: { |
| 18 | java: { |
| 19 | sdk_version: "module_current", |
| 20 | }, |
| 21 | ndk: { |
| 22 | vndk: { |
| 23 | enabled: true, |
| 24 | }, |
| 25 | }, |
| 26 | rust: { |
| 27 | enabled: true, |
| 28 | }, |
| 29 | }, |
| 30 | } |