diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-12 18:06:31 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-25 12:45:35 +0200 |
commit | 4d7b9557052a31319b0583b46340fbc64de056c5 (patch) | |
tree | bffb951b73fba8b8b8e935222e5a26cc5a7e1ada /android | |
parent | f92fcff04a6a88fd004e721294a4817249cabf26 (diff) |
libmerged: add more libraries
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 5 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 5 | ||||
-rw-r--r-- | android/qa/desktop/Makefile | 5 | ||||
-rw-r--r-- | android/qa/sc/Makefile | 4 | ||||
-rw-r--r-- | android/qa/simple/Makefile | 4 |
5 files changed, 2 insertions, 21 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index 063bef237de8..9a8fb4413f64 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -68,8 +68,6 @@ copy-stuff: gcc3_uno \ hwplo \ i18nisolang1gcc3 \ - i18npool.uno \ - i18nutilgcc3 \ icudatalo \ icui18nlo \ iculelo \ @@ -82,7 +80,6 @@ copy-stuff: jvmfwk \ libotouchlo \ lo-bootstrap \ - localebe1.uno \ localedata_en \ localedata_others \ lwpftlo \ @@ -92,7 +89,6 @@ copy-stuff: ooxlo \ reflection.uno \ reg \ - saxlo \ sclo \ scdlo \ scfiltlo \ @@ -115,7 +111,6 @@ copy-stuff: uno_cppuhelpergcc3 \ unordflo \ unoxmllo \ - utllo \ vbahelperlo \ vbaswobj.uno \ wpftdrawlo \ diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index baeabdfabf7f..a784f12728d8 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -42,8 +42,6 @@ copy-stuff: hwplo \ hyphenlo \ i18nisolang1gcc3 \ - i18npool.uno \ - i18nutilgcc3 \ icudatalo \ icui18nlo \ iculelo \ @@ -57,7 +55,6 @@ copy-stuff: libotouchlo \ lnthlo \ lo-bootstrap \ - localebe1.uno \ localedata_en \ localedata_es \ localedata_euro \ @@ -69,7 +66,6 @@ copy-stuff: ooxlo \ reflection.uno \ reg \ - saxlo \ sclo \ sclo \ scdlo \ @@ -96,7 +92,6 @@ copy-stuff: uno_cppuhelpergcc3 \ unordflo \ unoxmllo \ - utllo \ vbahelperlo \ vbaswobj.uno \ wpftdrawlo \ diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 734cb56bab91..5e74d68626df 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -103,8 +103,6 @@ copy-stuff: buildrcs gcc3_uno \ hyphenlo \ i18nisolang1gcc3 \ - i18npool.uno \ - i18nutilgcc3 \ icudatalo \ icui18nlo \ iculelo \ @@ -114,7 +112,6 @@ copy-stuff: buildrcs libotouchlo \ introspection.uno \ lnthlo \ - localebe1.uno \ localedata_en \ localedata_es \ localedata_euro \ @@ -124,7 +121,6 @@ copy-stuff: buildrcs ooxlo \ reflection.uno \ reg \ - saxlo \ spelllo \ stocservices.uno \ store \ @@ -138,7 +134,6 @@ copy-stuff: buildrcs unordflo \ unotest \ unoxmllo \ - utllo \ vbahelperlo \ xml2 \ xmlreader \ diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index a455939407bd..3cc0a6404f83 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -72,8 +72,6 @@ copy-stuff: frmlo \ gcc3_uno \ i18nisolang1gcc3 \ - i18npool.uno \ - i18nutilgcc3 \ icudatalo \ icui18nlo \ iculelo \ @@ -90,7 +88,6 @@ copy-stuff: ooxlo \ reflection.uno \ reg \ - saxlo \ sclo \ scfiltlo \ stocservices.uno \ @@ -106,7 +103,6 @@ copy-stuff: unoexceptionprotector \ unotest \ unoxmllo \ - utllo \ vbahelperlo \ xml2 \ xmlreader \ diff --git a/android/qa/simple/Makefile b/android/qa/simple/Makefile index fa97425c1104..2ce7bd3bc736 100644 --- a/android/qa/simple/Makefile +++ b/android/qa/simple/Makefile @@ -66,12 +66,12 @@ copy-stuff: comphelpgcc3 \ gcc3_uno \ i18nisolang1gcc3 \ - i18nutilgcc3 \ icudatalo \ icui18nlo \ icuuclo \ localedata_en \ localedata_others \ + mergedlo \ reg \ store \ ucbhelper4gcc3 \ @@ -82,7 +82,7 @@ copy-stuff: xml2 \ xmlreader \ bootstrap.uno \ - i18npool.uno); do \ + ); do \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ done # |