summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ff42934e..ec89b78d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,10 +23,10 @@ ifeq ($(TARGET_ARCH),arm)
endif
endif
-# Build libv8 and v8shell
+# Build libv8 and d8
ifneq ($(filter $(TARGET_ARCH),x86 arm),)
ENABLE_V8_SNAPSHOT = true
include $(BASE_PATH)/Android.mksnapshot.mk
include $(BASE_PATH)/Android.libv8.mk
- include $(BASE_PATH)/Android.v8shell.mk
+ include $(BASE_PATH)/Android.d8.mk
endif