diff options
Diffstat (limited to 'sal/osl/android/Makefile')
-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 |