Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2731)

Unified Diff: build/android/envsetup.sh

Issue 9111018: Always enable the ARMv7 architecture for Android builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also update the arm_fpu flag Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 3fa19189c8346f929e47b95b996fc6ca0a076733..d2385b90d726bfe211dbc2ac96ba963fb25a80fd 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -133,7 +133,7 @@ fi
case "${TARGET_PRODUCT}" in
"full")
DEFINES+=" target_arch=arm"
- DEFINES+=" arm_neon=0 armv7=0 arm_thumb=1 arm_fpu=vfp"
+ DEFINES+=" arm_neon=0 armv7=1 arm_thumb=1 arm_fpu=vfpv3-d16"
;;
*x86*)
DEFINES+=" target_arch=ia32 use_libffmpeg=0"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698