Merge "Allow apexes to link against more libs" am: 6c364f94ad
am: 73b4968059
Change-Id: Ib677c8a314a668dd7f21849b687f133982a10f5c
This commit is contained in:
commit
32545e5c21
|
@ -128,6 +128,10 @@ cc_library {
|
|||
static_libs: ["fmtlib"],
|
||||
whole_static_libs: ["fmtlib"],
|
||||
export_static_lib_headers: ["fmtlib"],
|
||||
apex_available: [
|
||||
"//apex_available:anyapex",
|
||||
"//apex_available:platform",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
|
|
@ -39,6 +39,10 @@ cc_library {
|
|||
"clang-analyzer-security*",
|
||||
"android-*",
|
||||
],
|
||||
apex_available: [
|
||||
"//apex_available:anyapex",
|
||||
"//apex_available:platform",
|
||||
],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
Loading…
Reference in New Issue