Merge "libbase/liblog: set min_sdk_version" into rvc-dev
This commit is contained in:
commit
8d24215d33
|
@ -51,6 +51,7 @@ cc_library_headers {
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
|
@ -132,6 +133,7 @@ cc_library {
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
],
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
|
|
|
@ -42,6 +42,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"],
|
||||||
system_shared_libs: [],
|
system_shared_libs: [],
|
||||||
|
|
Loading…
Reference in New Issue