blob: 127b6c004b941ba2f5d576b11745cdbe43fa67a1 [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",
34 ],
35 min_sdk_version: "29",
36 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080037 },
Jeongik Cha7e267452020-04-08 16:27:47 +090038 versions: ["1"],
Pawin Vongmasad5351332019-11-12 19:33:23 -080039}