summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ff42934e..e3c6eb6f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,8 +25,12 @@ endif
# Build libv8 and v8shell
ifneq ($(filter $(TARGET_ARCH),x86 arm),)
+ ifeq ($(ARCH_ARM_HAVE_ARMV7A),true)
+ ifneq ($(ARCH_ARM_HAVE_ARMV7A_BUG),true)
ENABLE_V8_SNAPSHOT = true
include $(BASE_PATH)/Android.mksnapshot.mk
+ endif
+ endif
include $(BASE_PATH)/Android.libv8.mk
include $(BASE_PATH)/Android.v8shell.mk
endif