summaryrefslogtreecommitdiff
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 366e7e9f..6c3cc7b1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -110,7 +110,6 @@
# Define MIPS architecture variant, MIPS DSP variant and MIPS FPU
# This may be subject to change in accordance to Chromium's MIPS flags
- 'mips_arch_variant%': 'r1',
'mips_dsp_rev%': 0,
'mips_fpu%' : 1,
'enable_android_opensl%': 1,
@@ -274,7 +273,7 @@
}],
],
}],
- ['target_arch=="mipsel" and mips_arch_variant!="r6"', {
+ ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', {
'defines': [
'MIPS32_LE',
],