summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-23 20:27:27 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-23 20:27:27 +0200
commitc1cc1861ea6a656645885938dac9e4442d96510b (patch)
tree1abd9199f6d2c6ec87c592d9a7d372dfe30adc90 /android
parentd7ddb18d41c7f58a28ba428defb4632d99f0ab6a (diff)
android: try to find ICU libs
Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/Makefile.shared1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 912f09bd86c2..ece859421272 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -88,6 +88,7 @@ LIBS = \
$(HUNSPELL_LIBS) \
$(HYPHEN_LIB) \
$(MYTHES_LIBS) \
+ $(wildcard $(WORKDIR)/UnpackedTarball/icu/source/lib/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libcdr/src/lib/.libs/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libmspub/src/lib/.libs/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libmwaw/src/lib/.libs/*.a) \