Merge "aapt2: disable leak detection" am: ff044e701f am: f9479e67d8
am: 940fec9ef3
Change-Id: I704063d1d41f5c1f961ae42c6346e70ee4e24863
This commit is contained in:
@@ -177,6 +177,11 @@ int MainImpl(int argc, char** argv) {
|
||||
return main_command->Execute(args, &std::cerr);
|
||||
}
|
||||
|
||||
// TODO(b/141312058) stop leaks
|
||||
extern "C" const char *__asan_default_options() {
|
||||
return "detect_leaks=0";
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
#ifdef _WIN32
|
||||
LPWSTR* wide_argv = CommandLineToArgvW(GetCommandLineW(), &argc);
|
||||
|
||||
Reference in New Issue
Block a user