Commit ba513dcb authored by topjohnwu's avatar topjohnwu

Use sqlite stub

parent ebabc604
LOCAL_PATH:= $(call my-dir)
##
# libsqlite.so
# libsqlite.so (stub)
#
include $(CLEAR_VARS)
LOCAL_MODULE:= libsqlite
LOCAL_SRC_FILES := sqlite3.c
LOCAL_SRC_FILES := sqlite3_stub.c
include $(BUILD_SHARED_LIBRARY)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment