diff options
-rw-r--r-- | android/experimental/LOAndroid3/Makefile | 2 | ||||
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/android/experimental/LOAndroid3/Makefile b/android/experimental/LOAndroid3/Makefile index 3c7417a66179..08e933e41d92 100644 --- a/android/experimental/LOAndroid3/Makefile +++ b/android/experimental/LOAndroid3/Makefile @@ -13,7 +13,7 @@ BOOTSTRAPDIR=../../Bootstrap include $(BOOTSTRAPDIR)/Makefile.shared 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 # diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 7236929e913d..116e2e48afe3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -139,7 +139,6 @@ draw_factory_list = [ ("libsddlo.a", "sdd_component_getFactory"), ("libsdlo.a", "sd_component_getFactory"), ("libsvgfilterlo.a", "svgfilter_component_getFactory"), - ("libwpftdrawlo.a", "wpftdraw_component_getFactory"), ] draw_constructor_list = [ |