summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/osl/android/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile
index ac28f1b4a5d7..d60618ab34b3 100644
--- a/sal/osl/android/Makefile
+++ b/sal/osl/android/Makefile
@@ -31,11 +31,12 @@ all:
#
# Then libs and UNO components that the tests from other modules need.
#
- -for F in uno_cppu \
- uno_salhelpergcc3 \
- uno_cppuhelpergcc3 \
+ -for F in gcc3_uno \
reg \
store \
+ uno_cppu \
+ uno_salhelpergcc3 \
+ uno_cppuhelpergcc3 \
xmlreader \
bootstrap.uno; do \
test -f $(OUTDIR)/lib/lib$${F}.so && cp $(OUTDIR)/lib/lib$${F}.so $(SODEST); \