summaryrefslogtreecommitdiff
path: root/sal/osl/android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/android/Makefile')
-rw-r--r--sal/osl/android/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile
index 510580a204ec..ac28f1b4a5d7 100644
--- a/sal/osl/android/Makefile
+++ b/sal/osl/android/Makefile
@@ -31,11 +31,14 @@ all:
#
# Then libs and UNO components that the tests from other modules need.
#
- -for F in libuno_cppu \
- libuno_salhelpergcc3 \
- libuno_cppuhelpergcc3 \
- libbootstrap.uno; do \
- test -f $(OUTDIR)/lib/$${F}.so && cp $(OUTDIR)/lib/$${F}.so $(SODEST); \
+ -for F in uno_cppu \
+ uno_salhelpergcc3 \
+ uno_cppuhelpergcc3 \
+ reg \
+ store \
+ xmlreader \
+ bootstrap.uno; do \
+ test -f $(OUTDIR)/lib/lib$${F}.so && cp $(OUTDIR)/lib/lib$${F}.so $(SODEST); \
done
#
# Then the shared GNU C++ library
r>2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák 2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-25xmlreader does not depend on any offapi .idl filesStephan Bergmann 2013-02-19I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRINGCaolán McNamara 2013-02-19reuse the ConstCharArrayDetector in SpanCaolán McNamara 2013-02-19add equals(OString const &text) to SpanChr. Rossmanith 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-10-27remove xmlreader from string now I don't need it anymoreCaolán McNamara 2012-10-17allow XmlReader to parse a stringCaolán McNamara 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud