summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-04-21 13:05:17 +0100
committerAndrei Popescu <andreip@google.com>2010-04-21 17:22:11 +0100
commit6a927b2a077ba8a767bd21abcfbf1c4e3d1b11e0 (patch)
tree62464c6e1f7b7b692c5eb0498471f20b26c317fa /Android.mk
parent1c868babac3b1331576e5f21a14853d76620a56a (diff)
downloadandroid_external_v8-6a927b2a077ba8a767bd21abcfbf1c4e3d1b11e0.tar.gz
android_external_v8-6a927b2a077ba8a767bd21abcfbf1c4e3d1b11e0.tar.bz2
android_external_v8-6a927b2a077ba8a767bd21abcfbf1c4e3d1b11e0.zip
Re-enable snapshots in V8.
Fix bug: 2612919 Change-Id: I8c3de4e0df95c9339aadd90e8367239911fe1cee
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ccedc8e2..d8fea851 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,6 +30,7 @@ include $(CLEAR_VARS)
# Build libv8 and v8shell
# TODO: remove the check when the v8 build is fixed for x86
ifeq ($(TARGET_ARCH),arm)
+ ENABLE_V8_SNAPSHOT = true
include $(BASE_PATH)/Android.mksnapshot.mk
include $(BASE_PATH)/Android.libv8.mk
include $(BASE_PATH)/Android.v8shell.mk