1package { 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 10aidl_interface { 11 name: "android.hardware.security.see.hwcrypto", 12 stability: "vintf", 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: { 23 enabled: true, 24 }, 25 rust: { 26 enabled: true, 27 }, 28 ndk: { 29 enabled: true, 30 }, 31 }, 32 frozen: false, 33 system_ext_specific: true, 34} 35