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

Unified Diff: build/android.gypi

Issue 46043015: Set arm_float_abi to softfp for standalone Android binary. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 | « Makefile.android ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index ca097255bbb5ce4deb018d5d95743af22af67b7c..0e5c73f3a55e93edce750ac67f695674c73dafde 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -67,6 +67,7 @@
# Copy it out one scope.
'android_webview_build%': '<(android_webview_build)',
'OS': 'android',
+ 'arm_float_abi': 'softfp',
}, # variables
'target_defaults': {
'defines': [
« no previous file with comments | « Makefile.android ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698