Fix up Android app makefiles
Change-Id: I885c2bf3dd04b18850d983ab34199074bd41c175
This commit is contained in:
parent
78f05c0a65
commit
e30a34f7d7
@ -38,11 +38,9 @@ copy-stuff:
|
||||
assets
|
||||
cp $(WORKDIR)/ComponentTarget/i18npool/util/i18npool.component assets/ComponentTarget/i18npool/util
|
||||
#
|
||||
mkdir -p assets/ure/share/misc assets/share/registry/res assets/share/config
|
||||
cp -R $(OUTDIR)/xml/*.xcd assets/share/registry
|
||||
mv assets/share/registry/fcfg_langpack_en-US.xcd assets/share/registry/res
|
||||
cp -R $(INSTDIR)/share/registry assets/share
|
||||
mkdir -p assets/share/config
|
||||
cp -R $(INSTDIR)/share/config/soffice.cfg assets/share/config
|
||||
cp -R $(OUTDIR)/xml/registry/* assets/share/registry
|
||||
#
|
||||
# Set up rc, the "inifile". See BootstrapMap::getBaseIni(). As this app
|
||||
# doesn't use soffice_main() (at least I think it shouldn't), the
|
||||
|
@ -38,11 +38,9 @@ copy-stuff:
|
||||
assets
|
||||
cp $(WORKDIR)/ComponentTarget/i18npool/util/i18npool.component assets/ComponentTarget/i18npool/util
|
||||
#
|
||||
mkdir -p assets/ure/share/misc assets/share/registry/res assets/share/config
|
||||
cp -R $(OUTDIR)/xml/*.xcd assets/share/registry
|
||||
mv assets/share/registry/fcfg_langpack_en-US.xcd assets/share/registry/res
|
||||
cp -R $(INSTDIR)/share/registry assets/share
|
||||
mkdir -p assets/share/config
|
||||
cp -R $(INSTDIR)/share/config/soffice.cfg assets/share/config
|
||||
cp -R $(OUTDIR)/xml/registry/* assets/share/registry
|
||||
#
|
||||
# Set up rc, the "inifile". See BootstrapMap::getBaseIni(). As this app
|
||||
# doesn't use soffice_main() (at least I think it shouldn't), the
|
||||
|
@ -39,11 +39,9 @@ copy-stuff:
|
||||
assets
|
||||
cp $(WORKDIR)/ComponentTarget/i18npool/util/i18npool.component assets/ComponentTarget/i18npool/util
|
||||
#
|
||||
mkdir -p assets/ure/share/misc assets/share/registry/res assets/share/config
|
||||
cp -R $(OUTDIR)/xml/*.xcd assets/share/registry
|
||||
mv assets/share/registry/fcfg_langpack_en-US.xcd assets/share/registry/res
|
||||
cp -R $(INSTDIR)/share/registry assets/share
|
||||
mkdir -p assets/share/config
|
||||
cp -R $(INSTDIR)/share/config/soffice.cfg assets/share/config
|
||||
cp -R $(OUTDIR)/xml/registry/* assets/share/registry
|
||||
#
|
||||
# Set up rc, the "inifile". See BootstrapMap::getBaseIni(). As this app
|
||||
# doesn't use soffice_main() (at least I think it shouldn't), the
|
||||
|
Loading…
x
Reference in New Issue
Block a user