Kaydet (Commit) 65e9ac63 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use merged libs on Android

üst d38a56fc
...@@ -55,16 +55,11 @@ copy-stuff: ...@@ -55,16 +55,11 @@ copy-stuff:
# Libs and UNO components that the tests need. # Libs and UNO components that the tests need.
# #
for F in $(strip \ for F in $(strip \
avmedialo \
basebmplo \ basebmplo \
basegfxlo \ basegfxlo \
bootstrap.uno \ bootstrap.uno \
canvastoolslo \
comphelpgcc3 \ comphelpgcc3 \
configmgr.uno \ configmgr.uno \
cppcanvaslo \
drawinglayerlo \
editenglo \
fontconfig \ fontconfig \
forlo \ forlo \
foruilo \ foruilo \
...@@ -83,11 +78,11 @@ copy-stuff: ...@@ -83,11 +78,11 @@ copy-stuff:
icuuclo \ icuuclo \
jvmaccessgcc3 \ jvmaccessgcc3 \
jvmfwk \ jvmfwk \
lnglo \
localedata_en \ localedata_en \
localedata_es \ localedata_es \
localedata_euro \ localedata_euro \
localedata_others \ localedata_others \
mergedlo \
msfilterlo \ msfilterlo \
reg \ reg \
saxlo \ saxlo \
...@@ -98,8 +93,6 @@ copy-stuff: ...@@ -98,8 +93,6 @@ copy-stuff:
store \ store \
svllo \ svllo \
svtlo \ svtlo \
svxcorelo \
svxlo \
test \ test \
tklo \ tklo \
tllo \ tllo \
...@@ -120,7 +113,6 @@ copy-stuff: ...@@ -120,7 +113,6 @@ copy-stuff:
xcrlo \ xcrlo \
xml2 \ xml2 \
xmlreader \ xmlreader \
xolo \
); do \ ); do \
$(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \
done done
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
--disable-randr-link --disable-randr-link
--disable-systray --disable-systray
--disable-xmlsec --disable-xmlsec
--enable-mergelibs
--enable-python=internal --enable-python=internal
--without-fonts --without-fonts
--without-junit --without-junit
......
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