Remove the simulator target from all makefiles.

Bug: 5010576

Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
This commit is contained in:
Jeff Brown
2011-07-11 22:11:46 -07:00
parent 18a298e7bc
commit e33ba4c49e
18 changed files with 46 additions and 288 deletions

View File

@@ -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