mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-11 21:23:37 +00:00
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…
x
Reference in New Issue
Block a user