summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:46 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 23:51:37 -0700
commite33ba4c49ed461d608c65eb4e09d31ca81d167ff (patch)
tree1fcc76ec2875c51aa941ebadd70e7609c0faf7c6 /buildspec.mk.default
parent18a298e7bc39310b844e3587345e71495a9f4bb6 (diff)
downloadbuild-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.zip
build-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.tar.gz
build-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default9
1 files changed, 1 insertions, 8 deletions
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