Chromium Code Reviews| Index: build/android/envsetup_functions.sh |
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
| index 3c7e58f6def5b4483f677bf1a3139fb45a5c7630..7d3e9ad17495b370aaf0650cd93ec32cbabfc768 100755 |
| --- a/build/android/envsetup_functions.sh |
| +++ b/build/android/envsetup_functions.sh |
| @@ -106,7 +106,6 @@ common_vars_defines() { |
| # and V8 mksnapshot. |
| case "${TARGET_ARCH}" in |
| "arm") |
| - DEFINES+=" arm_neon=0 armv7=1 arm_thumb=1 arm_fpu=vfpv3-d16" |
| DEFINES+=" arm_neon_optional=1" # Enable dynamic NEON support. |
|
Yaron
2013/04/12 16:35:33
One more to go.. can you push this one into gyp to
Fredrik Öhrn
2013/04/12 17:05:25
Of course, I'll do it first thing Monday.
|
| DEFINES+=" ${ORDER_DEFINES}" |
| DEFINES+=" target_arch=arm" |