Skip to content

Instantly share code, notes, and snippets.

@koush
Created August 7, 2010 17:04
Show Gist options
  • Save koush/512989 to your computer and use it in GitHub Desktop.
Save koush/512989 to your computer and use it in GitHub Desktop.
diff --git a/Android.mk b/Android.mk
index d8fea85..2b8ee98 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,8 +30,8 @@ include $(CLEAR_VARS)
# Build libv8 and v8shell
# TODO: remove the check when the v8 build is fixed for x86
ifeq ($(TARGET_ARCH),arm)
- ENABLE_V8_SNAPSHOT = true
- include $(BASE_PATH)/Android.mksnapshot.mk
+ #ENABLE_V8_SNAPSHOT = true
+ #include $(BASE_PATH)/Android.mksnapshot.mk
include $(BASE_PATH)/Android.libv8.mk
include $(BASE_PATH)/Android.v8shell.mk
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment