DO NOT MERGE - Merge Android 10 into master
Bug: 139893257 Change-Id: Ib97781dd4ee5e719cc2376221708bb1c8aaeaf73
This commit is contained in:
commit
9dd8a90472
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ cc_defaults {
|
||||||
// For glibc.
|
// For glibc.
|
||||||
"-D__STDC_LIMIT_MACROS",
|
"-D__STDC_LIMIT_MACROS",
|
||||||
],
|
],
|
||||||
|
// Make the bionic tests implicitly test bionic's shadow call stack support.
|
||||||
|
arch: {
|
||||||
|
arm64: {
|
||||||
|
cflags: ["-fsanitize=shadow-call-stack"],
|
||||||
|
},
|
||||||
|
},
|
||||||
stl: "libc++",
|
stl: "libc++",
|
||||||
sanitize: {
|
sanitize: {
|
||||||
address: false,
|
address: false,
|
||||||
|
|
Loading…
Reference in a new issue