libmerged: another small component libraries for android

Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
This commit is contained in:
Matúš Kukan
2012-09-01 14:55:33 +02:00
parent b4f030f0e3
commit dc8f9877d1
4 changed files with 9 additions and 15 deletions

View File

@@ -58,8 +58,10 @@ $(eval $(call gb_Library_use_externals,merged,\
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_use_externals,merged,\ $(eval $(call gb_Library_use_externals,merged,\
hunspell \ hunspell \
expat_utf8 \
)) ))
$(eval $(call gb_Library_use_static_libraries,merged,\ $(eval $(call gb_Library_use_static_libraries,merged,\
sax_shared \
ulingu \ ulingu \
)) ))
$(eval $(call gb_Library_add_libs,merged,\ $(eval $(call gb_Library_add_libs,merged,\
@@ -153,7 +155,6 @@ $(eval $(call gb_Library_add_libs,merged,\
$(eval $(call gb_Library_use_externals,merged,\ $(eval $(call gb_Library_use_externals,merged,\
fontconfig \ fontconfig \
freetype \ freetype \
expat_utf8 \
)) ))
endif endif

View File

@@ -51,20 +51,14 @@ copy-stuff:
# them. # them.
# #
for F in $(strip \ for F in $(strip \
analysislo \
basegfxlo \ basegfxlo \
bootstrap.uno \ bootstrap.uno \
comphelpgcc3 \ comphelpgcc3 \
ctllo \
datelo \
dbaxmllo \ dbaxmllo \
dbtoolslo \ dbtoolslo \
evtattlo \
expwrap.uno \ expwrap.uno \
fastsax.uno \
frmlo \ frmlo \
gcc3_uno \ gcc3_uno \
hwplo \
i18nisolang1gcc3 \ i18nisolang1gcc3 \
icudatalo \ icudatalo \
icui18nlo \ icui18nlo \

View File

@@ -20,24 +20,16 @@ copy-stuff:
# them. # them.
# #
for F in $(strip \ for F in $(strip \
analysislo \
basegfxlo \ basegfxlo \
bootstrap.uno \ bootstrap.uno \
chartcontrollerlo \ chartcontrollerlo \
chartcorelo \ chartcorelo \
comphelpgcc3 \ comphelpgcc3 \
cppcanvaslo \
ctllo \
datelo \
dbaxmllo \ dbaxmllo \
dbtoolslo \ dbtoolslo \
embobj \
evtattlo \
expwrap.uno \ expwrap.uno \
fastsax.uno \
frmlo \ frmlo \
gcc3_uno \ gcc3_uno \
hwplo \
i18nisolang1gcc3 \ i18nisolang1gcc3 \
icudatalo \ icudatalo \
icui18nlo \ icui18nlo \

View File

@@ -70,11 +70,18 @@ gb_MERGEDLIBS += $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes)
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
gb_MERGEDLIBS += \ gb_MERGEDLIBS += \
analysis \
ctl \
date \
embobj \
evtatt \
fastsax \
fileacc \ fileacc \
for \ for \
forui \ forui \
fwl \ fwl \
fwm \ fwm \
hwp \
hyphen \ hyphen \
lnth \ lnth \
spell \ spell \