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

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

Merge "Disable leak detection locally." am: 0370e33a am: b1b9d188

am: 619c8274

Change-Id: Id377b702d0c4245037ce8b8eb48216d83dae4dc3
parents a8fc9478 619c8274
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;