Merge changes Idaa27ce2,I06644a72,I453c63fe into rvc-dev
* changes: processgroup: Set min_sdk_version gralloc: Set min_sdk_version libcutils: Set min_sdk_version
This commit is contained in:
commit
7499783fd9
3 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ cc_library_headers {
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
target: {
|
target: {
|
||||||
|
|
@ -59,6 +60,7 @@ cc_library {
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
|
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
||||||
|
|
@ -142,6 +144,7 @@ cc_library {
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"config_utils.cpp",
|
"config_utils.cpp",
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,5 @@ cc_library {
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
shared_libs: ["android.hardware.graphics.allocator@2.0"],
|
shared_libs: ["android.hardware.graphics.allocator@2.0"],
|
||||||
header_libs: ["libhardware_headers"],
|
header_libs: ["libhardware_headers"],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ cc_library_headers {
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
|
|
@ -60,4 +61,5 @@ cc_library {
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue