enable sqlite3 options for performance improvements

This commit is contained in:
Akinwale Ariwodola 2021-08-22 08:20:59 +01:00
parent 9d94a8fed5
commit f29cc3ee72
2 changed files with 15 additions and 2 deletions
scripts/crystax-sources/sqlite/3

View file

@ -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)