FIX: fixed the wolfssl source code pull

This commit is contained in:
JohnE 2017-01-23 15:06:10 -08:00
parent 997debc5ca
commit 905d7c1f77
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,6 @@
@ https://jcenter.bintray.com/com/android/tools/build/gradle/ @ https://jcenter.bintray.com/com/android/tools/build/gradle/
# gradle ndk support # gradle ndk support
@ http://tools.android.com/tech-docs/new-build-system/gradle-experimental/migrate-to-stable
@ https://developer.android.com/studio/projects/add-native-code.html#download-ndk @ https://developer.android.com/studio/projects/add-native-code.html#download-ndk
@ -19,3 +18,9 @@
# variables # variables
# arguments "-DVAR_NAME=VALUE" # arguments "-DVAR_NAME=VALUE"
@ https://developer.android.com/ndk/guides/cmake.html#variables @ https://developer.android.com/ndk/guides/cmake.html#variables
[ Examples ]
@ https://github.com/googlesamples/android-ndk

View File

@ -1,2 +1,2 @@
//include ':app' //include ':app'
include ':wolfssl' include ':wolfssl'

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# from src/main/cpp/ # from src/main/cpp/
cd src/main/cpp cd src/main/cpp/wolfssl-oem
git clone https://github.com/wolfSSL/wolfssl.git wolfssl-git git clone https://github.com/wolfSSL/wolfssl.git wolfssl-git
cd wolfssl-git cd wolfssl-git
git checkout v3.10.0-stable git checkout v3.10.0-stable