Merge "Move system_shared_libs into target.bionic clause" am: 2ffa0eb7d3
Original change: https://android-review.googlesource.com/c/platform/bionic/+/1764658 Change-Id: I0b2facf4a49d0683683be9ba12f5f975fa7018b5
This commit is contained in:
commit
9328d2f1d8
2 changed files with 11 additions and 3 deletions
|
@ -1978,8 +1978,12 @@ cc_library {
|
||||||
static: {
|
static: {
|
||||||
system_shared_libs: [],
|
system_shared_libs: [],
|
||||||
},
|
},
|
||||||
shared: {
|
target: {
|
||||||
system_shared_libs: ["libc"],
|
bionic: {
|
||||||
|
shared: {
|
||||||
|
system_shared_libs: ["libc"],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
//TODO (dimitry): This is to work around b/24465209. Remove after root cause is fixed
|
//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"],
|
tidy_checks: ["-cert-dcl16-c"],
|
||||||
|
|
||||||
include_dirs: ["bionic/libc"],
|
include_dirs: ["bionic/libc"],
|
||||||
system_shared_libs: ["libc"],
|
target: {
|
||||||
|
bionic: {
|
||||||
|
system_shared_libs: ["libc"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
sanitize: {
|
sanitize: {
|
||||||
address: false,
|
address: false,
|
||||||
|
|
Loading…
Reference in a new issue