summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-15 12:05:48 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-15 12:05:48 -0800
commitea815d93086e3d6d743c1d22fb7e83fb4d41c32a (patch)
tree0fb281d1f2c9b5983c59359c272e6eb8cf4826b5 /Android.mk
parentdc280eeb0aa3d55aaf6584c86623bf999ebd1736 (diff)
parent0c250419df978255ad31e91dd82174b1ceb54542 (diff)
downloadandroid_external_freetype-ea815d93086e3d6d743c1d22fb7e83fb4d41c32a.tar.gz
android_external_freetype-ea815d93086e3d6d743c1d22fb7e83fb4d41c32a.tar.bz2
android_external_freetype-ea815d93086e3d6d743c1d22fb7e83fb4d41c32a.zip
merge from eclair
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 70b2e46..ee6f253 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,11 +50,6 @@ ifeq ($(TARGET_SIMULATOR),true)
LOCAL_CFLAGS += "-DFT_DEBUG_MEMORY"
endif
-# the following activates the new experimental auto-hinter
-# one that should create less problems with a wide variety
-# of glyphs, including our double-decker "g"
-#LOCAL_CFLAGS += -DFT_OPTION_AUTOFIT2
-
# the following is for testing only, and should not be used in final builds
# of the product
#LOCAL_CFLAGS += "-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER"
@@ -65,4 +60,3 @@ LOCAL_MODULE:= libft2
include $(BUILD_STATIC_LIBRARY)
endif
-