summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Lind <plind@mips.com>2012-08-01 17:50:26 -0700
committerPaul Lind <plind@mips.com>2012-08-09 13:51:35 -0700
commit6db049a1dc7dc1fc597acde780c5a87e2b9698e7 (patch)
tree0be6d8a23a72a8677a3a535f4c26ae20f92d19d3 /Android.mk
parentda68f488bd070bbfdbe1e9cb71f9912327db9ec0 (diff)
downloadandroid_external_v8-6db049a1dc7dc1fc597acde780c5a87e2b9698e7.tar.gz
android_external_v8-6db049a1dc7dc1fc597acde780c5a87e2b9698e7.tar.bz2
android_external_v8-6db049a1dc7dc1fc597acde780c5a87e2b9698e7.zip
Add MIPS to v8 makefiles.
Provides Android build support for the working mips code already in v8 3.9.x. Change-Id: Id28d09a2a9f08535484fda9aabbb15b6a02690f2 Signed-off-by: Paul Lind <plind@mips.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ff42934e..c98c57cd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ ifeq ($(TARGET_ARCH),arm)
endif
# Build libv8 and v8shell
-ifneq ($(filter $(TARGET_ARCH),x86 arm),)
+ifneq ($(filter $(TARGET_ARCH),x86 arm mips),)
ENABLE_V8_SNAPSHOT = true
include $(BASE_PATH)/Android.mksnapshot.mk
include $(BASE_PATH)/Android.libv8.mk