diff --git a/.gitignore b/.gitignore index 95abdd8..e0a03fe 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ gen/ *.swp *~.nib local.properties -project.properties .classpath .settings/ .loadpath diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..513b389 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: android +android: + components: + - build-tools-19.1.0 + - android-19 + - sysimg-19 + - extra-android-support + licenses: + - android-sdk-license-bcbbd656 + - '.*intel.+' +before_install: + - git submodule update --init --recursive +install: + - ./setup-ant.sh +script: + - ant debug diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..db1929c --- /dev/null +++ b/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..ba4d01a --- /dev/null +++ b/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 +android.library.reference.1=./external/netcipher/libnetcipher