Merge "Move system_shared_libs into target.bionic clause"
This commit is contained in:
commit
2ffa0eb7d3
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue