Index: src/core/SkUtilsArm.cpp |
diff --git a/src/core/SkUtilsArm.cpp b/src/core/SkUtilsArm.cpp |
index b0eaac00bbc015efbf1375d49603c915048f168e..87a4a7fb0ad2caea1aadffab1f73ea679c69f46e 100644 |
--- a/src/core/SkUtilsArm.cpp |
+++ b/src/core/SkUtilsArm.cpp |
@@ -20,7 +20,7 @@ |
// cpu-features helper library to detect NEON at runtime. See |
// http://crbug.com/164154 to see why this is needed in Chromium |
// for Android. |
-#if defined(SK_BUILD_FOR_ANDROID) && defined(SK_BUILD_FOR_CHROMIUM) |
+#if defined(SK_BUILD_FOR_ANDROID) |
# define USE_ANDROID_NDK_CPU_FEATURES 1 |
#else |
# define USE_ANDROID_NDK_CPU_FEATURES 0 |