diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-23 22:23:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-23 22:26:01 +0300 |
commit | a1aed54fee058fdedb7d50b96291af701a327e57 (patch) | |
tree | 6905adb5b1612dbbeced9e28dbb4010b0a9b9120 /android | |
parent | 0d2ed78dad772e62ce8e50be95e445a86742ab9b (diff) |
Build basebmp as a static library for Android
Reduces shared library count by one... This is tedious.
Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 1 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 1 | ||||
-rw-r--r-- | android/qa/desktop/Makefile | 1 | ||||
-rw-r--r-- | android/qa/sc/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index a6a2898bdff6..063bef237de8 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -52,7 +52,6 @@ copy-stuff: # for F in $(strip \ analysislo \ - basebmplo \ basegfxlo \ bootstrap.uno \ comphelpgcc3 \ diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index 837f930b7cc2..baeabdfabf7f 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -21,7 +21,6 @@ copy-stuff: # for F in $(strip \ analysislo \ - basebmplo \ basegfxlo \ bootstrap.uno \ chartcontrollerlo \ diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 2fbd815e3ab8..734cb56bab91 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -92,7 +92,6 @@ copy-stuff: buildrcs # for F in $(strip \ analysislo \ - basebmplo \ basegfxlo \ bootstrap.uno \ comphelpgcc3 \ diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index b77c5cfe78ca..a455939407bd 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -61,7 +61,6 @@ copy-stuff: # for F in $(strip \ analysislo \ - basebmplo \ basegfxlo \ bootstrap.uno \ comphelpgcc3 \ |