Commit 72a89f7d authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Do not run perf checker on Android

TBR=dmazzoni@chromium.org

AX-RelNotes: n/a
Bug: 1137892
Change-Id: Iaa1108d255b568eb2866b8a82c70efe06ff61837
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469097
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Auto-Submit: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817057}
parent 8b00bf4e
......@@ -42,7 +42,8 @@
#if defined(NDEBUG) && !defined(ADDRESS_SANITIZER) && \
!defined(LEAK_SANITIZER) && !defined(MEMORY_SANITIZER) && \
!defined(THREAD_SANITIZER) && !defined(UNDEFINED_SANITIZER)
!defined(THREAD_SANITIZER) && !defined(UNDEFINED_SANITIZER) && \
!defined(OS_ANDROID)
#define IS_FAST_BUILD
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment