commit | 7322661808c2006b7848e79e6bb72b37fbcf6710 | [log] [tgz] |
---|---|---|
author | Jeff Brown <[email protected]> | Mon Jul 11 22:11:55 2011 -0700 |
committer | Jeff Brown <[email protected]> | Mon Jul 11 22:11:55 2011 -0700 |
tree | 4709af826200141f38ee408bb1aa0ce0202f84a0 | |
parent | 005f735faadc198688e380d87b6fbcf45d2baa15 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Iec9b72f9659d51a77ad96b44e065baaabe1f1cd7
diff --git a/Android.mk b/Android.mk index 661ebba..2cfabe0 100755 --- a/Android.mk +++ b/Android.mk
@@ -1,4 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) ifeq ($(BOARD_HAVE_BLUETOOTH),true) LOCAL_PATH:= $(call my-dir) @@ -42,4 +41,3 @@ include $(BUILD_EXECUTABLE) endif -endif