Merge "aapt2: disable leak detection"
am: ff044e701f
Change-Id: Ifef3bc36e361da07f45eeca466698e8416d2977f
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