blob: 028c923de6f9cb1c965533dfbdbfa5eb68370c6b [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",
33 "com.android.media.swcodec",
Przemysław Szczepaniaka8d6fcf2021-02-10 17:06:47 +000034 "com.android.neuralnetworks",
Jooyung Han350467d2020-05-21 22:46:03 +090035 ],
36 min_sdk_version: "29",
37 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080038 },
Jiyong Park72b63592021-05-21 11:28:05 +090039 versions: [
40 "1",
41 "2",
42 ],
Pawin Vongmasad5351332019-11-12 19:33:23 -080043}