Merge "Move system_shared_libs into target.bionic clause"

This commit is contained in:
Treehugger Robot 2021-07-22 17:44:32 +00:00 committed by Gerrit Code Review
commit 2ffa0eb7d3
2 changed files with 11 additions and 3 deletions

View file

@ -1979,8 +1979,12 @@ cc_library {
static: {
system_shared_libs: [],
},
shared: {
system_shared_libs: ["libc"],
target: {
bionic: {
shared: {
system_shared_libs: ["libc"],
},
},
},
//TODO (dimitry): This is to work around b/24465209. Remove after root cause is fixed

View file

@ -509,7 +509,11 @@ cc_library {
tidy_checks: ["-cert-dcl16-c"],
include_dirs: ["bionic/libc"],
system_shared_libs: ["libc"],
target: {
bionic: {
system_shared_libs: ["libc"],
},
},
sanitize: {
address: false,