blob: 8029efa023456a4202a3d85e46a3066c7e837b7e [file] [log] [blame]
Pawin Vongmasad5351332019-11-12 19:33:23 -08001aidl_interface {
Steven Moreland926aa802020-01-06 13:58:00 -08002 name: "android.hardware.common",
Pawin Vongmasad5351332019-11-12 19:33:23 -08003 host_supported: true,
4 vendor_available: true,
5 vndk: {
6 enabled: true,
7 support_system_process: true,
8 },
Steven Moreland67f5d0f2020-10-16 23:39:53 +00009 vndk_use_version: "2",
Pawin Vongmasad5351332019-11-12 19:33:23 -080010 srcs: [
11 "android/hardware/common/*.aidl",
12 ],
13 stability: "vintf",
14 backend: {
15 java: {
Steven Morelandd9a93ca2020-10-21 22:57:37 +000016 sdk_version: "module_current",
Pawin Vongmasad5351332019-11-12 19:33:23 -080017 },
18 cpp: {
19 enabled: false,
20 },
Jooyung Han350467d2020-05-21 22:46:03 +090021 ndk: {
22 apex_available: [
23 "//apex_available:platform",
24 "com.android.media.swcodec",
25 ],
26 min_sdk_version: "29",
27 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080028 },
Jeongik Cha7e267452020-04-08 16:27:47 +090029 versions: ["1"],
Pawin Vongmasad5351332019-11-12 19:33:23 -080030}