From 431540286794e023ec5eafd5eeedc008d4f31b4c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 10 Jul 2014 17:37:26 -0400 Subject: [PATCH] [Android.mk] Add note re static library --- Android.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.mk b/Android.mk index 82da8dbe4..ca65a5e10 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