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