Merge "libcutils: Set min_sdk_version" am: 6789753739 am: 0419c28d77 am: f28c22995d
Change-Id: Id2baf23565cbc6ce516e404ae0aeda9230a18d3a
This commit is contained in:
commit
3c0d652466
1 changed files with 3 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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue