Reviewers: rossberg,

Description:
Fix ARM64 build

The android toolchain for L now has a proper version (21)

BUG=none
[email protected]
LOG=n

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

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


Index: Makefile.android
diff --git a/Makefile.android b/Makefile.android
index f1fb7fa4420b2c68cd7f3887c1a70f5f7d9849d2..2a3640382b4f5f4535604c6c72783d87e8879239 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -51,7 +51,7 @@ ifeq ($(ARCH), android_arm)
   TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
   TOOLCHAIN_VER = 4.8
 else ifeq ($(ARCH), android_arm64)
- DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=L + DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=21
   TOOLCHAIN_ARCH = aarch64-linux-android
   TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
   TOOLCHAIN_VER = 4.9


--
--
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