enable sqlite3 options for performance improvements
This commit is contained in:
parent
9d94a8fed5
commit
f29cc3ee72
2 changed files with 15 additions and 2 deletions
scripts/crystax-sources/sqlite/3
|
@ -0,0 +1,7 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := sqlite3_static
|
||||
LOCAL_SRC_FILES := libs/$(TARGET_ARCH_ABI)/libsqlite3.a
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
Loading…
Add table
Add a link
Reference in a new issue