Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1b9d188 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Disable leak detection locally."

am: 0370e33a

Change-Id: Icb84e8887e48e6c1a05a77835458b9430aa6f00e
parents 444b260d 0370e33a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -207,6 +207,11 @@ bool parse_one_file(std::filesystem::path input_file, std::filesystem::path incl

}  // namespace

// TODO(b/141583809): stop leaks
extern "C" const char* __asan_default_options() {
  return "detect_leaks=0";
}

int main(int argc, const char** argv) {
  std::filesystem::path out_dir;
  std::filesystem::path include_dir;