diff options
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
