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

Unified Diff: Makefile

Issue 966773005: introduce android_x64 build target (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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 | Makefile.android » ('j') | build/android.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 5468d913341e31c34b214079c3e72187d0bec6ae..28b484d4e14a907c3ce88242b01268885f012640 100644
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 ppc ppc64
DEFAULT_ARCHES = ia32 x64 arm
MODES = release debug optdebug
DEFAULT_MODES = release debug
-ANDROID_ARCHES = android_ia32 android_arm android_arm64 android_mipsel android_x87
+ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 android_mipsel android_x87
Jakob Kummerow 2015/03/04 11:19:35 nit: please use \ to maintain 80-col (like GYPFILE
Weiliang 2015/03/05 03:22:36 Done.
NACL_ARCHES = nacl_ia32 nacl_x64
# List of files that trigger Makefile regeneration:
« no previous file with comments | « no previous file | Makefile.android » ('j') | build/android.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698