aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 5386407eca..a109d7b23f 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -313,7 +313,7 @@
'android_system.gyp:ft2',
],
}],
- [ 'skia_os == "android" and skia_target_arch == "arm" and armv7 == 1', {
+ [ 'skia_os == "android" and skia_arch_type == "arm" and armv7 == 1', {
# The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android.
'sources': [
'../src/core/SkUtilsArm.cpp',