From 1143b9918eab068401b604eb11c3f651f4e38b25 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:55 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I4eae2f4b9063a49878d2da2ff26af2f551117b12 --- Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.mk b/Android.mk index 456efddcd..fdaccbb16 100755 --- a/Android.mk +++ b/Android.mk @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ifneq ($(TARGET_SIMULATOR),true) ifeq ($(BOARD_HAVE_BLUETOOTH),true) include $(all-subdir-makefiles) endif -endif -- cgit v1.2.3