summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-17 14:02:45 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-17 15:23:00 +0200
commit9c6c39b62de5bab6d20c65a6040c74fbe943ce04 (patch)
tree8ae5f30ced299527b264c886734dbeae9bb7c6ed /sal
parent469c9ac2f9da6743e2e6944895c577df490abda5 (diff)
Include also the boostrap UNO component
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/android/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile
index 1fb7aa1e371b..510580a204ec 100644
--- a/sal/osl/android/Makefile
+++ b/sal/osl/android/Makefile
@@ -29,9 +29,12 @@ all:
test -f $(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so && cp $(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so $(SODEST); \
done
#
-# Then libs that the tests from other modules need.
+# Then libs and UNO components that the tests from other modules need.
#
- -for F in libuno_cppu libuno_salhelpergcc3 libuno_cppuhelpergcc3; do \
+ -for F in libuno_cppu \
+ libuno_salhelpergcc3 \
+ libuno_cppuhelpergcc3 \
+ libbootstrap.uno; do \
test -f $(OUTDIR)/lib/$${F}.so && cp $(OUTDIR)/lib/$${F}.so $(SODEST); \
done
#