diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-07-30 13:18:37 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-08-03 22:42:20 +0200 |
commit | 370f05aabbcb8f348a9739d2ef324b7f72f0afa7 (patch) | |
tree | 020ae577e5c59835129f153608e323b8927f3c05 /android | |
parent | f264ff6aad5684fbcc4789a9a8094f5443586ad2 (diff) |
LOAndroid3: add draw to native-code
Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/Makefile | 2 |
1 files changed, 1 insertions, 1 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 # |