Merge "Allow apexes to link against more libs" am: 6c364f94ad
Change-Id: I446ffa9ac83122d3f31258f658d4393d42e26e38
This commit is contained in:
commit
73b4968059
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue