Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index d7f4bd776e5e14803d257c2fd2ca1ea3768b909b..8d2dc717ebc20ebde9c1c0bd2cb0ba8ec68f029e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4130,7 +4130,7 @@ |
'cflags': [ |
# Avoids errors with current NDK: |
# "third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:3426:3: error: argument must be a constant" |
- '-finstrument-functions-exclude-file-list=arm_neon.h', |
+ '-finstrument-functions-exclude-file-list=arm_neon.h,SaturatedArithmeticARM.h', |
], |
}], |
], |