Merge "Disable native_coverage for ld-android and linker"

This commit is contained in:
Treehugger Robot 2019-02-15 02:17:45 +00:00 committed by Gerrit Code Review
commit 4788931135

View file

@ -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,
},