1# This file is included by the top-level libcore Android.mk. 2# It's not a normal makefile, so we don't include CLEAR_VARS 3# or BUILD_*_LIBRARY. 4 5LOCAL_SRC_FILES := \ 6 sqlite_jni.c \ 7 sqlite_jni_registration.c 8 9LOCAL_C_INCLUDES += \ 10 external/sqlite/dist 11 12# Any shared/static libs that are listed here must also 13# be listed in libs/nativehelper/Android.mk. 14# TODO: fix this requirement 15 16LOCAL_SHARED_LIBRARIES += \ 17 libsqlite 18 19LOCAL_STATIC_LIBRARIES += 20