From 345a6e26364d617a1b0c4b5373be4043a1aafb4d Mon Sep 17 00:00:00 2001 From: Wolfgang Mathurin Date: Mon, 22 Jun 2015 16:48:12 -0700 Subject: [PATCH] Change to makefile recommended here https://github.com/sqlcipher/android-database-sqlcipher/issues/153 With that change make completes successfully --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf6ad745..f89efbdc 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ endif init: git submodule update --init - android update project -p . + android update project -p . -t android-19 cd ${OPENSSL_DIR} && git clean -dfx && \ git checkout -f && ./Configure dist