From d04869994887b14ee43c9f8a9a8597193b5a7107 Mon Sep 17 00:00:00 2001 From: Dave Bort Date: Thu, 23 Apr 2009 16:01:10 -0700 Subject: Remove a reference to TARGET_BUILD_TYPE We're soon going to stop using TARGET_BUILD_TYPE==debug to debug native modules. Signed-off-by: Dave Bort --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 1ebddfa..a454f81 100644 --- a/Android.mk +++ b/Android.mk @@ -67,9 +67,7 @@ endif # of the product #LOCAL_CFLAGS += "-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER" -ifeq ($(TARGET_BUILD_TYPE),release) - LOCAL_CFLAGS += -O2 -endif +LOCAL_CFLAGS += -O2 LOCAL_MODULE:= libft2 -- cgit v1.2.3