summaryrefslogtreecommitdiff
path: root/android/.gitignore
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-09-05 17:40:56 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-09-07 22:03:10 +0200
commit2e8e0b213a3cbac802515cd9255286b26d3bba60 (patch)
treeab2604f78186fa3308e85cfbc8f0a2c406140cfb /android/.gitignore
parent9a920bf9c96468c29505eab15f80d45e5f296597 (diff)
android: drop workarounds for ndk-gdb support (can still run manually)
packing gdbserver into apk conflicts with extractNativeLibs="false", as the gradle pugin compresses it (which could be disabled using aaptOptions), but furthermore it doesn't page-align it, breaking installation. So instead let the user manually push the gdbserver tool to device and remove the hardcoded values that were only there to please the ndk-gdb scripts. Using lldb from within Android Studio is more comfortable anyway :-) Change-Id: I31c3af4847a479c56b3fcd6b5bed114e004bf0d2 Reviewed-on: https://gerrit.libreoffice.org/41950 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'android/.gitignore')
-rw-r--r--android/.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/.gitignore b/android/.gitignore
index c93775722a5e..19c3690b3ab7 100644
--- a/android/.gitignore
+++ b/android/.gitignore
@@ -7,9 +7,7 @@
/source/captures/
/source/jni/Application.mk
/source/jniLibs/
-/source/jniLibs_debug/
/source/liboSettings.gradle
-/source/libs/*/gdb.setup
/source/local.properties
/source/native-code.cxx
/source/obj/