summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-10 12:53:56 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-10 12:53:56 +0000
commit6521d116894a76051fc28afe368f18c4b7858317 (patch)
treea7767b6bca36595fa519f210ee3902664292c058
parentb95138495e05dd49e1622e4dc9edc2d4c9781134 (diff)
downloadgyp-6521d116894a76051fc28afe368f18c4b7858317.tar.gz
Add support for MIPS to android build
R=borenet@google.com, scroggo@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/109323004 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@12592 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--opts.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opts.gyp b/opts.gyp
index d260220..bd072cb 100644
--- a/opts.gyp
+++ b/opts.gyp
@@ -97,7 +97,7 @@
}],
],
}],
- [ '(skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', {
+ [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', {
'sources': [
'../src/opts/SkBitmapProcState_opts_none.cpp',
'../src/opts/SkBlitMask_opts_none.cpp',