Skip to content

Commit

Permalink
[Android.mk] Add note re static library
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Jul 10, 2014
1 parent 5b4131e commit 4315402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Android.mk
Expand Up @@ -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
Expand Down

0 comments on commit 4315402

Please sign in to comment.