summaryrefslogtreecommitdiff
path: root/android/source/project.properties
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-10-11 01:53:29 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-10-11 02:03:13 +0200
commitee8257a1c70eadb7330b0ee99ec3b86fe4084bdf (patch)
treec30c86bfa14fc46d94b2da4a3087be9e972c5772 /android/source/project.properties
parent8dc648d0f32e94fe283e2d635f236012491819ca (diff)
migrate android build to gradle
move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
Diffstat (limited to 'android/source/project.properties')
-rw-r--r--android/source/project.properties15
1 files changed, 0 insertions, 15 deletions
diff --git a/android/source/project.properties b/android/source/project.properties
deleted file mode 100644
index 62a52d4b5252..000000000000
--- a/android/source/project.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 use,
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-target=android-23
-
-# Use the Bootstrap class
-android.library.reference.1=../Bootstrap
-android.library.reference.2=../AppCompat-v7