mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
LOCAL_PATH:= $(call my-dir)/../../sqlite3
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
sqlite3.c
|
|
|
|
LOCAL_MODULE:= liblinsqlite
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|