Kaydet (Commit) 370f05aa authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

LOAndroid3: add draw to native-code

Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf
üst f264ff6a
...@@ -13,7 +13,7 @@ BOOTSTRAPDIR=../../Bootstrap ...@@ -13,7 +13,7 @@ BOOTSTRAPDIR=../../Bootstrap
include $(BOOTSTRAPDIR)/Makefile.shared include $(BOOTSTRAPDIR)/Makefile.shared
native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
$< -j -g core -g writer -g calc > $@ $< -j -g core -g writer -g calc -g draw > $@
build-ant: android_version_setup copy-stuff link-so properties build-ant: android_version_setup copy-stuff link-so properties
# #
......
...@@ -139,7 +139,6 @@ draw_factory_list = [ ...@@ -139,7 +139,6 @@ draw_factory_list = [
("libsddlo.a", "sdd_component_getFactory"), ("libsddlo.a", "sdd_component_getFactory"),
("libsdlo.a", "sd_component_getFactory"), ("libsdlo.a", "sd_component_getFactory"),
("libsvgfilterlo.a", "svgfilter_component_getFactory"), ("libsvgfilterlo.a", "svgfilter_component_getFactory"),
("libwpftdrawlo.a", "wpftdraw_component_getFactory"),
] ]
draw_constructor_list = [ draw_constructor_list = [
......
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