summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:58 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:58 -0700
commit3053d1b9db55099918843889e4809ce97483ca9f (patch)
treeb4ce0bb7603aa3d8306a7d9b50eccc79e0f1f034
parenta7b5128d4c350ad98c48949d0b711a12a18addc4 (diff)
downloadandroid_external_freetype-3053d1b9db55099918843889e4809ce97483ca9f.tar.gz
android_external_freetype-3053d1b9db55099918843889e4809ce97483ca9f.tar.bz2
android_external_freetype-3053d1b9db55099918843889e4809ce97483ca9f.zip
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Iaf6f536effbc97be15f540b7582eb7e211c43a70
-rw-r--r--Android.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk
index 8db5eb2..cc92b9f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -42,15 +42,6 @@ LOCAL_CFLAGS += -fPIC -DPIC
LOCAL_CFLAGS += "-DDARWIN_NO_CARBON"
LOCAL_CFLAGS += "-DFT2_BUILD_LIBRARY"
-# enable the FreeType internal memory debugger in the simulator
-# you need to define the FT2_DEBUG_MEMORY environment variable
-# when running the program to activate it. It will dump memory
-# statistics when FT_Done_FreeType is called
-#
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_CFLAGS += "-DFT_DEBUG_MEMORY"
-endif
-
# the following is for testing only, and should not be used in final builds
# of the product
#LOCAL_CFLAGS += "-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER"