Commit b3da28ea authored by topjohnwu's avatar topjohnwu

Don't compile shell.c for sqlite

parent 166f6412
...@@ -6,5 +6,5 @@ LOCAL_PATH:= $(call my-dir) ...@@ -6,5 +6,5 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE:= libsqlite LOCAL_MODULE:= libsqlite
LOCAL_SRC_FILES := sqlite3.c shell.c LOCAL_SRC_FILES := sqlite3.c
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment