[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jul 10 14:38:07 PDT 2014
Android.mk | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 431540286794e023ec5eafd5eeedc008d4f31b4c
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Jul 10 17:37:26 2014 -0400
[Android.mk] Add note re static library
diff --git a/Android.mk b/Android.mk
index 82da8db..ca65a5e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -74,6 +74,13 @@ include $(BUILD_SHARED_LIBRARY)
#############################################################
# build the harfbuzz static library
#
+# Uses UCDN instead of ICU for Unicode data, and comes with
+# FreeType glue layer. Most useful for NDK apps that want
+# to bundle FreeType and HarfBuzz, though it's trivial to
+# build for Android using the autoconf toolchain; eg:
+#
+# ./configure --host=arm-linux-androideabi --prefix=$PLATFORM_PREFIX
+#
include $(CLEAR_VARS)
LOCAL_ARM_MODE := arm
LOCAL_MODULE_TAGS := optional
More information about the HarfBuzz
mailing list