Kaydet (Commit) 35382d56 authored tarafından Michael Meeks's avatar Michael Meeks

android: build and package the fpicker so we can select files to open

üst 7748fc77
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
$(eval $(call gb_Module_Module,fpicker)) $(eval $(call gb_Module_Module,fpicker))
ifneq ($(filter DESKTOP,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_targets,fpicker,\ $(eval $(call gb_Module_add_targets,fpicker,\
AllLangResTarget_fps_office \ AllLangResTarget_fps_office \
Library_fpicker \ Library_fpicker \
...@@ -50,6 +48,4 @@ $(eval $(call gb_Module_add_targets,fpicker,\ ...@@ -50,6 +48,4 @@ $(eval $(call gb_Module_add_targets,fpicker,\
)) ))
endif endif
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -63,6 +63,8 @@ my_components = \ ...@@ -63,6 +63,8 @@ my_components = \
component/filter/source/xsltdialog/xsltdlg \ component/filter/source/xsltdialog/xsltdlg \
component/filter/source/xsltfilter/xsltfilter \ component/filter/source/xsltfilter/xsltfilter \
component/formula/util/for \ component/formula/util/for \
component/fpicker/source/generic/fpicker \
component/fpicker/source/office/fps_office \
component/framework/util/fwk \ component/framework/util/fwk \
component/framework/util/fwl \ component/framework/util/fwl \
component/framework/util/fwm \ component/framework/util/fwm \
...@@ -169,8 +171,6 @@ my_components += \ ...@@ -169,8 +171,6 @@ my_components += \
component/extensions/source/resource/res \ component/extensions/source/resource/res \
component/extensions/source/scanner/scn \ component/extensions/source/scanner/scn \
component/extensions/source/update/feed/updatefeed \ component/extensions/source/update/feed/updatefeed \
component/fpicker/source/generic/fpicker \
component/fpicker/source/office/fps_office \
syssh \ syssh \
component/xmlhelp/source/treeview/tvhlp1 \ component/xmlhelp/source/treeview/tvhlp1 \
component/xmlhelp/util/ucpchelp1 \ component/xmlhelp/util/ucpchelp1 \
......
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