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:
TreeHugger Robot 2020-05-12 09:00:50 +00:00 committed by Android (Google) Code Review
commit 7499783fd9
3 changed files with 6 additions and 0 deletions

View file

@ -33,6 +33,7 @@ cc_library_headers {
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "29",
native_bridge_supported: true,
export_include_dirs: ["include"],
target: {
@ -59,6 +60,7 @@ cc_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "29",
export_include_dirs: ["include"],
@ -142,6 +144,7 @@ cc_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "29",
native_bridge_supported: true,
srcs: [
"config_utils.cpp",

View file

@ -26,4 +26,5 @@ cc_library {
export_include_dirs: ["include"],
shared_libs: ["android.hardware.graphics.allocator@2.0"],
header_libs: ["libhardware_headers"],
min_sdk_version: "29",
}

View file

@ -17,6 +17,7 @@ cc_library_headers {
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "29",
}
cc_library {
@ -60,4 +61,5 @@ cc_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "29",
}