mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-23 17:47:28 +00:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
LOCAL_PATH := $(call my-dir)/..
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := sqlite3.c
|
|
|
|
LOCAL_MODULE := sqlite3
|
|
|
|
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|