update .gitignore, fix android ant.properties
parent
2eb80aeeba
commit
8c463216b5
|
@ -22,6 +22,14 @@
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.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
|
# Example executables
|
||||||
/dtls/client-dtls-nonblocking
|
/dtls/client-dtls-nonblocking
|
||||||
/dtls/client-dtls-resume
|
/dtls/client-dtls-resume
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
# 'key.alias' for the name of the key to use.
|
# 'key.alias' for the name of the key to use.
|
||||||
# The password will be asked during the build when you use the 'release' target.
|
# 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;
|
||||||
|
|
Loading…
Reference in New Issue