diff --git a/.gitignore b/.gitignore index ed2a6ccb..7905ad9b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,14 @@ *.x86_64 *.hex +# Android files +android/wolfssljni-ndk-sample/bin +android/wolfssljni-ndk-sample/build.xml +android/wolfssljni-ndk-sample/gen +android/wolfssljni-ndk-sample/local.properties +android/wolfssljni-ndk-sample/obj +android/wolfssljni-ndk-sample/proguard-project.txt + # Example executables /dtls/client-dtls-nonblocking /dtls/client-dtls-resume diff --git a/android/wolfssljni-ndk-sample/ant.properties b/android/wolfssljni-ndk-sample/ant.properties index c4e4bde3..9e7b5bc0 100644 --- a/android/wolfssljni-ndk-sample/ant.properties +++ b/android/wolfssljni-ndk-sample/ant.properties @@ -15,4 +15,4 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -source.dir=src;wolfssl-jni-1.1/src/java; +source.dir=src;wolfssljni/src/java;