diff options
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,8 +30,10 @@ include $(CLEAR_VARS) # Build libv8 and v8shell # TODO: remove the check when the v8 build is fixed for x86 ifeq ($(TARGET_ARCH),arm) + ifneq ($(DISABLE_V8_SNAPSHOT),true) ENABLE_V8_SNAPSHOT = true include $(BASE_PATH)/Android.mksnapshot.mk + endif include $(BASE_PATH)/Android.libv8.mk include $(BASE_PATH)/Android.v8shell.mk endif |
