Don't compile shell.c for sqlite
This commit is contained in:
parent
166f6412c2
commit
b3da28eade
@ -6,5 +6,5 @@ LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE:= libsqlite
|
||||
LOCAL_SRC_FILES := sqlite3.c shell.c
|
||||
LOCAL_SRC_FILES := sqlite3.c
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
Reference in New Issue
Block a user