diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-11 01:53:29 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-11 02:03:13 +0200 |
commit | ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf (patch) | |
tree | c30c86bfa14fc46d94b2da4a3087be9e972c5772 /android/.gitignore | |
parent | 8dc648d0f32e94fe283e2d635f236012491819ca (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/.gitignore')
-rw-r--r-- | android/.gitignore | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/android/.gitignore b/android/.gitignore index 0f7e91bcc642..048756239172 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,8 +1,14 @@ -assets -bin -gen -libs -obj -local.properties -native-code.cxx -AppCompat-v7 +/source/.gradle/ +/source/.idea/ +/source/assets/ +/source/assets_fullUI/ +/source/assets_strippedUI/ +/source/build/ +/source/captures/ +/source/jniLibs/ +/source/jniLibs_debug/ +/source/liboSettings.gradle +/source/local.properties +/source/native-code.cxx +/source/obj/ +/source/source.iml |