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