commit | 411bb9df76e5b21affae73f076e5d292197b66be | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:11:44 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:11:44 2011 -0700 |
tree | 1bf7d51fa2fad715bf0209b98d247503a0c892cf | |
parent | b354f6abda00461eae4cb0215faa8b5a7268e275 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I2124aaf8df37e0bd9957de6d4cb00b828aa8f11a
diff --git a/editdisklbl/Android.mk b/editdisklbl/Android.mk index 82f3aef..3bdddf4 100644 --- a/editdisklbl/Android.mk +++ b/editdisklbl/Android.mk
@@ -2,7 +2,6 @@ include $(CLEAR_VARS) -ifneq ($(TARGET_SIMULATOR),true) ifeq ($(TARGET_ARCH),x86) LOCAL_SRC_FILES := \ @@ -20,4 +19,3 @@ include $(BUILD_HOST_EXECUTABLE) endif # TARGET_ARCH == x86 -endif # !TARGET_SIMULATOR