diff options
Diffstat (limited to 'compiler/utils/assembler_thumb_test.cc')
-rw-r--r-- | compiler/utils/assembler_thumb_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/assembler_thumb_test.cc b/compiler/utils/assembler_thumb_test.cc index f46e872d17..55fbed1e44 100644 --- a/compiler/utils/assembler_thumb_test.cc +++ b/compiler/utils/assembler_thumb_test.cc @@ -27,7 +27,9 @@ namespace arm { // Include results file (generated manually) #include "assembler_thumb_test_expected.cc.inc" +#ifndef HAVE_ANDROID_OS static constexpr bool kPrintResults = false; +#endif void SetAndroidData() { const char* data = getenv("ANDROID_DATA"); |