summaryrefslogtreecommitdiffstats
path: root/Android.mksnapshot.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.mksnapshot.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.mksnapshot.mk')
-rw-r--r--Android.mksnapshot.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mksnapshot.mk b/Android.mksnapshot.mk
index 051a7475..db9678e3 100644
--- a/Android.mksnapshot.mk
+++ b/Android.mksnapshot.mk
@@ -56,7 +56,8 @@ LOCAL_CFLAGS := \
-Wno-format \
-ansi \
-fno-rtti \
- -DENABLE_DEBUGGER_SUPPORT
+ -DENABLE_DEBUGGER_SUPPORT \
+ -DV8_NATIVE_REGEXP
ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -DV8_TARGET_ARCH_ARM