From e33ba4c49ed461d608c65eb4e09d31ca81d167ff Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:46 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62 --- buildspec.mk.default | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'buildspec.mk.default') diff --git a/buildspec.mk.default b/buildspec.mk.default index 46aee69..2f84016 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -45,16 +45,9 @@ ifndef CUSTOM_MODULES #CUSTOM_MODULES:= endif -# Uncomment this if you want the simulator, otherwise, build for arm -ifndef TARGET_SIMULATOR -#TARGET_SIMULATOR:=true -endif - -# Set this to debug or release if you care. Otherwise, it defaults to -# release for arm and debug for the simulator. +# Set this to debug or release if you care. Otherwise, it defaults to release. ifndef TARGET_BUILD_TYPE #TARGET_BUILD_TYPE:=release -#TARGET_BUILD_TYPE:=debug endif # Uncomment this if you want the host tools built in debug mode. Otherwise -- cgit v1.1