From b459f53ac366930f93928352833ea266fbfcd92e Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 6 Jul 2014 21:24:31 +0200 Subject: Switch android to leveldb as sqlite3 is broken and fails to save any mapblock there --- build/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/android/Makefile') diff --git a/build/android/Makefile b/build/android/Makefile index 9e693432b..d75c6a409 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -628,7 +628,7 @@ assets : $(ASSETS_TIMESTAMP) clean_assets : @$(RM) -r assets -apk: $(PATHCFGFILE) assets $(IRRLICHT_LIB) $(CURL_LIB) \ +apk: $(PATHCFGFILE) assets $(IRRLICHT_LIB) $(CURL_LIB) $(LEVELDB_LIB) \ $(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ROOT)/jni/src/android_version.h @export NDEBUG=$$NDEBUG; $(MAKE) -j${PARALLEL} manifest; \ export PATH=$$PATH:${SDKFOLDER}/platform-tools:${ANDROID_NDK}; \ -- cgit v1.2.3