blob: 1f5742d52651614f89491e59fd0822675c3b7d7e [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,
Pawin Vongmasad5351332019-11-12 19:33:23 -080016 srcs: [
17 "android/hardware/common/*.aidl",
18 ],
19 stability: "vintf",
20 backend: {
21 java: {
Steven Morelandd9a93ca2020-10-21 22:57:37 +000022 sdk_version: "module_current",
Pawin Vongmasad5351332019-11-12 19:33:23 -080023 },
24 cpp: {
25 enabled: false,
26 },
Jooyung Han350467d2020-05-21 22:46:03 +090027 ndk: {
28 apex_available: [
29 "//apex_available:platform",
William Escande2591c3d2022-08-22 11:27:58 -070030 "com.android.btservices",
Jooyung Han350467d2020-05-21 22:46:03 +090031 "com.android.media.swcodec",
Przemysław Szczepaniaka8d6fcf2021-02-10 17:06:47 +000032 "com.android.neuralnetworks",
Jooyung Han350467d2020-05-21 22:46:03 +090033 ],
34 min_sdk_version: "29",
35 },
Vadim Caen60741ed2022-10-17 14:11:41 +000036 rust: {
37 enabled: true,
Shunkai Yao195d3d62023-10-10 19:26:07 +000038 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080039 },
Steven Moreland93ea25c2022-11-18 19:33:29 +000040 frozen: true,
Jiyong Park72b63592021-05-21 11:28:05 +090041 versions: [
42 "1",
43 "2",
44 ],
Pawin Vongmasad5351332019-11-12 19:33:23 -080045}