Merge "Allow apexes to link against more libs"

This commit is contained in:
Howard Ro 2020-02-19 01:17:09 +00:00 committed by Gerrit Code Review
commit 6c364f94ad
2 changed files with 8 additions and 0 deletions

View file

@ -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 {

View file

@ -39,6 +39,10 @@ cc_library {
"clang-analyzer-security*",
"android-*",
],
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
}
cc_test {