Merge "Set min_sdk_version to be part of mainline modules" am: 63d363baea
Change-Id: Ic3f6573ca78b6a309cced0179ff58e329cc43ca5
This commit is contained in:
commit
b7b6f92c21
3 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ cc_library_headers {
|
|||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
export_include_dirs: ["include"],
|
||||
|
||||
target: {
|
||||
|
|
|
@ -43,6 +43,7 @@ cc_library {
|
|||
"//apex_available:anyapex",
|
||||
"//apex_available:platform",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -22,6 +22,7 @@ cc_library_headers {
|
|||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
|
||||
header_libs: [
|
||||
"liblog_headers",
|
||||
|
@ -162,6 +163,7 @@ cc_library {
|
|||
"//apex_available:anyapex",
|
||||
"//apex_available:platform",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
Loading…
Reference in a new issue