Subrahmanyaman | 82599dd | 2022-07-21 00:45:47 +0000 | [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 | |
| 10 | aidl_interface { |
| 11 | name: "android.hardware.gatekeeper", |
| 12 | vendor_available: true, |
| 13 | imports: [ |
| 14 | "android.hardware.security.keymint-V2", |
| 15 | ], |
| 16 | srcs: ["android/hardware/gatekeeper/*.aidl"], |
| 17 | stability: "vintf", |
| 18 | backend: { |
| 19 | java: { |
| 20 | platform_apis: true, |
| 21 | }, |
| 22 | ndk: { |
| 23 | apps_enabled: false, |
| 24 | }, |
| 25 | cpp: { |
| 26 | enabled: false, |
| 27 | }, |
| 28 | }, |
| 29 | } |