mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 04:27:33 +00:00
Don't compile shell.c for sqlite
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user