summaryrefslogtreecommitdiffstats
path: root/core/build-system.html
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 /core/build-system.html
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 'core/build-system.html')
-rw-r--r--core/build-system.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/build-system.html b/core/build-system.html
index e547185..760589a 100644
--- a/core/build-system.html
+++ b/core/build-system.html
@@ -516,16 +516,8 @@ specified here as well.</p>
</tr>
</table>
-<h4>TARGET_SIMULATOR</h4>
-<p>If we're building the simulator, as opposed to the arm or emulator builds,
-<code>TARGET_SIMULATOR</code> will be set to <code>true</code>.
-
<h4>Some Examples</h4>
-<pre>ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_CFLAGS += -DSIMULATOR
-endif
-
-ifeq ($(TARGET_BUILD_TYPE),release)
+<pre>ifeq ($(TARGET_BUILD_TYPE),release)
LOCAL_CFLAGS += -DNDEBUG=1
endif