Kaydet (Commit) dc8f9877 authored tarafından Matúš Kukan's avatar Matúš Kukan

libmerged: another small component libraries for android

Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
üst b4f030f0
...@@ -58,8 +58,10 @@ $(eval $(call gb_Library_use_externals,merged,\ ...@@ -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,\ ...@@ -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
......
...@@ -51,20 +51,14 @@ copy-stuff: ...@@ -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 \
......
...@@ -20,24 +20,16 @@ copy-stuff: ...@@ -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 \
......
...@@ -70,11 +70,18 @@ gb_MERGEDLIBS += $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes) ...@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment