diff --git a/briar-android/.gitignore b/briar-android/.gitignore new file mode 100644 index 000000000..a863a56ec --- /dev/null +++ b/briar-android/.gitignore @@ -0,0 +1,4 @@ +bin +gen +res +local.properties diff --git a/briar-android/ant.properties b/briar-android/ant.properties index b0971e891..2c9a68876 100644 --- a/briar-android/ant.properties +++ b/briar-android/ant.properties @@ -9,6 +9,9 @@ # 'source.dir' for the location of your java source folder and # 'out.dir' for the location of your output folder. +source.dir=src:../briar-core/src +external.libs.dir=../briar-core/libs + # You can also use it define how the release builds are signed by declaring # the following properties: # 'key.store' for the location of your keystore and diff --git a/briar-android/custom_rules.xml b/briar-android/custom_rules.xml new file mode 100644 index 000000000..ee549fbdd --- /dev/null +++ b/briar-android/custom_rules.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +