diff --git a/android/Bootstrap/no-resource-compress.xml b/android/Bootstrap/no-resource-compress.xml
new file mode 100644
index 000000000000..d7d940818672
--- /dev/null
+++ b/android/Bootstrap/no-resource-compress.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/experimental/DocumentLoader/build.xml b/android/experimental/DocumentLoader/build.xml
index 09f65a90f6d3..e21b67b2c066 100644
--- a/android/experimental/DocumentLoader/build.xml
+++ b/android/experimental/DocumentLoader/build.xml
@@ -81,35 +81,5 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/android/experimental/LibreOffice4Android/build.xml b/android/experimental/LibreOffice4Android/build.xml
index 9b4ac265fcef..5ce5b75d7c70 100644
--- a/android/experimental/LibreOffice4Android/build.xml
+++ b/android/experimental/LibreOffice4Android/build.xml
@@ -81,35 +81,5 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index 7b056e19ec2c..9630445f4a87 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -14,8 +14,13 @@ BOOTSTRAP=org.libreoffice.android.Bootstrap
APP_DATA_PATH=/data/data/$(APP_PACKAGE)
-SODEST=libs/armeabi-v7a
-OBJLOCAL=obj/local/armeabi-v7a
+ifeq ($(CPU),I)
+ABI_PATH=x86
+else
+ABI_PATH=armeabi-v7a
+endif
+SODEST=libs/$(ABI_PATH)
+OBJLOCAL=obj/local/$(ABI_PATH)
define COPY
cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/$(2),/$(notdir $(1))) && \
@@ -134,6 +139,7 @@ copy-stuff: buildrcs
icuuclo \
jvmaccessgcc3 \
jvmfwk \
+ libotouchlo \
lnglo \
introspection.uno \
lnthlo \
@@ -192,7 +198,7 @@ copy-stuff: buildrcs
#
# Then the shared GNU C++ library
- $(call COPY,$(ANDROID_NDK_HOME)/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/libgnustl_shared.so)
+ $(call COPY,$(ANDROID_NDK_HOME)/sources/cxx-stl/gnu-libstdc++/libs/$(ABI_PATH)/libgnustl_shared.so)
#
# Then other "assets" that can be left in the .apk. Let the directory
# structure under assets mimic the install set - except for the fact
@@ -233,7 +239,7 @@ copy-stuff: buildrcs
# Then gdbserver and gdb.setup so that we can debug with ndk-gdb.
#
cp $(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.4.3/prebuilt/gdbserver $(SODEST)
- echo set solib-search-path ./obj/local/armeabi-v7a >$(SODEST)/gdb.setup
+ echo set solib-search-path ./obj/local/$(ABI_PATH) >$(SODEST)/gdb.setup
build-ant: copy-stuff properties
diff --git a/android/qa/desktop/build.xml b/android/qa/desktop/build.xml
index a55977ad994e..8c88493bc2f3 100644
--- a/android/qa/desktop/build.xml
+++ b/android/qa/desktop/build.xml
@@ -81,34 +81,5 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/android/qa/sc/build.xml b/android/qa/sc/build.xml
index a55977ad994e..8c88493bc2f3 100644
--- a/android/qa/sc/build.xml
+++ b/android/qa/sc/build.xml
@@ -81,34 +81,5 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/android/qa/simple/build.xml b/android/qa/simple/build.xml
index b5fd582c9a52..1ac60081016b 100644
--- a/android/qa/simple/build.xml
+++ b/android/qa/simple/build.xml
@@ -81,34 +81,5 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+