From 3053d1b9db55099918843889e4809ce97483ca9f Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:58 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Iaf6f536effbc97be15f540b7582eb7e211c43a70 --- Android.mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Android.mk') 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" -- cgit v1.2.3