Reviewers: ulan, jochen,
Message:
PTAL
Description:
Update V8 DEPS.
Rolling v8/third_party/android_tools to
ed3dde6470c39b196c70f0c20374894d169754ec
Resubmission of https://codereview.chromium.org/1183753006/
[email protected]
Please review this at https://codereview.chromium.org/1181413003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+5, -5 lines):
M DEPS
M Makefile.android
Index: DEPS
diff --git a/DEPS b/DEPS
index
5c1a755b31cdf61826da3ac779a4e45b1ee3df6e..bc4a07bc380134d6a1cd43bacd93ce306f1a4151
100644
--- a/DEPS
+++ b/DEPS
@@ -24,7 +24,7 @@ deps = {
deps_os = {
"android": {
"v8/third_party/android_tools":
- Var("git_url") + "/android_tools.git" + "@"
+ "4f723e2a5fa5b7b8a198072ac19b92344be2b271",
+ Var("git_url") + "/android_tools.git" + "@"
+ "ed3dde6470c39b196c70f0c20374894d169754ec",
},
"win": {
"v8/third_party/cygwin":
Index: Makefile.android
diff --git a/Makefile.android b/Makefile.android
index
f89fd21fda004ea1bac07d5f119b1e837b5ac8ab..d781d92d38b073f792d73f29654b7fd735d6b9fb
100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -46,7 +46,7 @@ else
endif
ifeq ($(ARCH), android_arm)
- DEFINES = target_arch=arm v8_target_arch=arm android_target_arch=arm
android_target_platform=14
+ DEFINES = target_arch=arm v8_target_arch=arm android_target_arch=arm
android_target_platform=21
DEFINES += arm_neon=0 arm_version=7
TOOLCHAIN_ARCH = arm-linux-androideabi
TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
@@ -57,13 +57,13 @@ else ifeq ($(ARCH), android_arm64)
TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
TOOLCHAIN_VER = 4.9
else ifeq ($(ARCH), android_mipsel)
- DEFINES = target_arch=mipsel v8_target_arch=mipsel
android_target_platform=14
+ DEFINES = target_arch=mipsel v8_target_arch=mipsel
android_target_platform=21
DEFINES += android_target_arch=mips mips_arch_variant=mips32r2
TOOLCHAIN_ARCH = mipsel-linux-android
TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
TOOLCHAIN_VER = 4.8
else ifeq ($(ARCH), android_ia32)
- DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86
android_target_platform=14
+ DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86
android_target_platform=21
TOOLCHAIN_ARCH = x86
TOOLCHAIN_PREFIX = i686-linux-android
TOOLCHAIN_VER = 4.8
@@ -73,7 +73,7 @@ else ifeq ($(ARCH), android_x64)
TOOLCHAIN_PREFIX = x86_64-linux-android
TOOLCHAIN_VER = 4.9
else ifeq ($(ARCH), android_x87)
- DEFINES = target_arch=x87 v8_target_arch=x87 android_target_arch=x86
android_target_platform=14
+ DEFINES = target_arch=x87 v8_target_arch=x87 android_target_arch=x86
android_target_platform=21
TOOLCHAIN_ARCH = x86
TOOLCHAIN_PREFIX = i686-linux-android
TOOLCHAIN_VER = 4.8
--
--
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.