Merge "Disable native_coverage for ld-android and linker"
This commit is contained in:
commit
4788931135
1 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,10 @@ cc_binary {
|
|||
},
|
||||
},
|
||||
system_shared_libs: [],
|
||||
|
||||
// Opt out of native_coverage when opting out of system_shared_libs
|
||||
native_coverage: false,
|
||||
|
||||
target: {
|
||||
android: {
|
||||
static_libs: ["libdebuggerd_handler_fallback"],
|
||||
|
@ -364,6 +368,9 @@ cc_library {
|
|||
nocrt: true,
|
||||
system_shared_libs: [],
|
||||
|
||||
// Opt out of native_coverage when opting out of system_shared_libs
|
||||
native_coverage: false,
|
||||
|
||||
sanitize: {
|
||||
never: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue