From 370f05aabbcb8f348a9739d2ef324b7f72f0afa7 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 30 Jul 2014 13:18:37 +0200 Subject: LOAndroid3: add draw to native-code Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf --- android/experimental/LOAndroid3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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 # -- cgit