Skip to content

Commit 6639cca

Browse files
committed
use static sqlcipher configuration
1 parent dea55ad commit 6639cca

File tree

5 files changed

+1172
-1
lines changed

5 files changed

+1172
-1
lines changed

ndk-modules/sqlcipher/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPATIALITE_SQLITE_CFLAGS := \
2424
build-local-hack: sqlcipher/sqlite3.c
2525

2626
sqlcipher/sqlite3.c:
27-
cd $(CURDIR)/sqlcipher && ./configure CFLAGS="${ANDROID_SQLITE_CFLAGS} ${SPATIALITE_SQLITE_CFLAGS}"
27+
cp $(CURDIR)/config/Makefile $(CURDIR)/config/config.h $(CURDIR)/sqlcipher/
2828
make -C sqlcipher sqlite3.c
2929

3030
#------------------------------------------------------------------------------#

0 commit comments

Comments
 (0)