blob: 7f6890c92fd01f2245534798eabe1cafa893883d [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,
14 vndk: {
15 enabled: true,
16 support_system_process: true,
17 },
Steven Moreland67f5d0f2020-10-16 23:39:53 +000018 vndk_use_version: "2",
Pawin Vongmasad5351332019-11-12 19:33:23 -080019 srcs: [
20 "android/hardware/common/*.aidl",
21 ],
22 stability: "vintf",
23 backend: {
24 java: {
Steven Morelandd9a93ca2020-10-21 22:57:37 +000025 sdk_version: "module_current",
Pawin Vongmasad5351332019-11-12 19:33:23 -080026 },
27 cpp: {
28 enabled: false,
29 },
Jooyung Han350467d2020-05-21 22:46:03 +090030 ndk: {
31 apex_available: [
32 "//apex_available:platform",
William Escande2591c3d2022-08-22 11:27:58 -070033 "com.android.btservices",
Jooyung Han350467d2020-05-21 22:46:03 +090034 "com.android.media.swcodec",
Przemysław Szczepaniaka8d6fcf2021-02-10 17:06:47 +000035 "com.android.neuralnetworks",
Jooyung Han350467d2020-05-21 22:46:03 +090036 ],
37 min_sdk_version: "29",
38 },
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}