blob: 431059ba3b5b8c2c9d1029415fec44c5c765eb2a [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
Pawin Vongmasad5351332019-11-12 19:33:23 -080010aidl_interface {
Steven Moreland926aa802020-01-06 13:58:00 -080011 name: "android.hardware.common",
Pawin Vongmasad5351332019-11-12 19:33:23 -080012 host_supported: true,
13 vendor_available: true,
Nikita Putikhin3e40dc12024-05-08 17:35:18 +020014 product_available: true,
Kiyoung Kim9e9d41d2024-03-11 13:04:36 +090015 double_loadable: true,
Steven Moreland67f5d0f2020-10-16 23:39:53 +000016 vndk_use_version: "2",
Pawin Vongmasad5351332019-11-12 19:33:23 -080017 srcs: [
18 "android/hardware/common/*.aidl",
19 ],
20 stability: "vintf",
21 backend: {
22 java: {
Steven Morelandd9a93ca2020-10-21 22:57:37 +000023 sdk_version: "module_current",
Pawin Vongmasad5351332019-11-12 19:33:23 -080024 },
25 cpp: {
26 enabled: false,
27 },
Jooyung Han350467d2020-05-21 22:46:03 +090028 ndk: {
29 apex_available: [
30 "//apex_available:platform",
William Escande2591c3d2022-08-22 11:27:58 -070031 "com.android.btservices",
Jooyung Han350467d2020-05-21 22:46:03 +090032 "com.android.media.swcodec",
Przemysław Szczepaniaka8d6fcf2021-02-10 17:06:47 +000033 "com.android.neuralnetworks",
Jooyung Han350467d2020-05-21 22:46:03 +090034 ],
35 min_sdk_version: "29",
36 },
Vadim Caen60741ed2022-10-17 14:11:41 +000037 rust: {
38 enabled: true,
Shunkai Yao195d3d62023-10-10 19:26:07 +000039 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080040 },
Steven Moreland93ea25c2022-11-18 19:33:29 +000041 frozen: true,
Jiyong Park72b63592021-05-21 11:28:05 +090042 versions: [
43 "1",
44 "2",
45 ],
Pawin Vongmasad5351332019-11-12 19:33:23 -080046}