Reviewers: rmcilroy,

Message:
PTAL

Description:
Android ARM64: update Makefile for new NDK.

BUG=

Please review this at https://codereview.chromium.org/365593002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M Makefile.android


Index: Makefile.android
diff --git a/Makefile.android b/Makefile.android
index 02c63f6aa77b1fc2fff545ef9fca6137e8d7bc26..438518eb4dd843ecd0bd5b5a8449f5f7ef953b22 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -54,10 +54,10 @@ ifeq ($(ARCH), android_arm)
   TOOLCHAIN_VER = 4.6
 else
   ifeq ($(ARCH), android_arm64)
- DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=20 + DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=L
     TOOLCHAIN_ARCH = aarch64-linux-android
     TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
-    TOOLCHAIN_VER = 4.8
+    TOOLCHAIN_VER = 4.9
   else
     ifeq ($(ARCH), android_mipsel)
DEFINES = target_arch=mipsel v8_target_arch=mipsel android_target_platform=14


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to