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

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

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

am: b1b9d188

Change-Id: I2bfaa824bc0a00b78ae70d57b277b22346aadd93
parents 69387eae b1b9d188
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;