67f5d0f838
We are adding things to them, and in order for core libraries like libui to use them, the newer versions need to be in the VNDK. Bug: 170435409 Test: build Change-Id: I4094240656f357b5ae52194befd0e10627b9fe23 Merged-In: I4094240656f357b5ae52194befd0e10627b9fe23
30 lines
650 B
Text
30 lines
650 B
Text
aidl_interface {
|
|
name: "android.hardware.common",
|
|
host_supported: true,
|
|
vendor_available: true,
|
|
vndk: {
|
|
enabled: true,
|
|
support_system_process: true,
|
|
},
|
|
vndk_use_version: "2",
|
|
srcs: [
|
|
"android/hardware/common/*.aidl",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
enabled: false,
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
ndk: {
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.media.swcodec",
|
|
],
|
|
min_sdk_version: "29",
|
|
},
|
|
},
|
|
versions: ["1"],
|
|
}
|