diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-17 15:04:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-17 15:23:02 +0200 |
commit | 232ad7dac680a654217ff38bea86791bba250ee4 (patch) | |
tree | 1016cadf9af8afe77d1f5156d2e2f0b8ef285669 /sal/osl | |
parent | 4b49b7305852a1c21b131203ecfcfde3b9ee32f1 (diff) |
Add more libraries
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/android/Makefile | 13 |
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 |