mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 10:27:29 +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)
|
||||
LOCAL_MODULE:= libsqlite
|
||||
LOCAL_SRC_FILES := sqlite3.c shell.c
|
||||
LOCAL_SRC_FILES := sqlite3.c
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Reference in New Issue
Block a user