Orlando Arbildo | 5bc7a72 | 2024-02-07 18:47:40 +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 { |
Orlando Arbildo | 7889729 | 2024-11-07 18:38:26 +0000 | [diff] [blame] | 11 | name: "android.hardware.security.see.hwcrypto", |
| 12 | stability: "vintf", |
Orlando Arbildo | 5bc7a72 | 2024-02-07 18:47:40 +0000 | [diff] [blame] | 13 | host_supported: true, |
| 14 | srcs: [ |
| 15 | "android/hardware/security/see/hwcrypto/*.aidl", |
| 16 | "android/hardware/security/see/hwcrypto/types/*.aidl", |
| 17 | ], |
| 18 | backend: { |
| 19 | java: { |
| 20 | enabled: false, |
| 21 | }, |
| 22 | cpp: { |
Orlando Arbildo | 7889729 | 2024-11-07 18:38:26 +0000 | [diff] [blame] | 23 | enabled: true, |
Orlando Arbildo | 5bc7a72 | 2024-02-07 18:47:40 +0000 | [diff] [blame] | 24 | }, |
| 25 | rust: { |
| 26 | enabled: true, |
| 27 | }, |
Orlando Arbildo | 7889729 | 2024-11-07 18:38:26 +0000 | [diff] [blame] | 28 | ndk: { |
| 29 | enabled: true, |
| 30 | }, |
Orlando Arbildo | 5bc7a72 | 2024-02-07 18:47:40 +0000 | [diff] [blame] | 31 | }, |
Orlando Arbildo | 60d8a03 | 2024-06-10 17:35:25 +0000 | [diff] [blame] | 32 | frozen: false, |
Orlando Arbildo | 7889729 | 2024-11-07 18:38:26 +0000 | [diff] [blame] | 33 | system_ext_specific: true, |
Orlando Arbildo | 5bc7a72 | 2024-02-07 18:47:40 +0000 | [diff] [blame] | 34 | } |