aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/opts.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-05 16:35:12 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-05 16:35:12 +0000
commitd4adfa37fb33fa0779da6401d7befbee14bb49df (patch)
tree6284bb409a93e8f3b55dbae24ad0d438f7d46d2c /gyp/opts.gyp
parent8a13588b6f41ba892bcf6e8ceef6b449c4a5d83d (diff)
Reland "Gyp file changes for the android framework."
Diffstat (limited to 'gyp/opts.gyp')
-rw-r--r--gyp/opts.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 83dfe14b04..9fe4023ea6 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -1,3 +1,4 @@
+# Gyp file for opts projects
{
'targets': [
# Due to an unfortunate intersection of lameness between gcc and gyp,
@@ -98,7 +99,9 @@
}],
],
}],
- [ '(skia_arch_type == "mips") or (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") \
+ or (skia_os == "android" and skia_arch_type not in ["x86", "arm", "mips"])', {
'sources': [
'../src/opts/SkBitmapProcState_opts_none.cpp',
'../src/opts/SkBlitMask_opts_none.cpp',