summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:44 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:44 -0700
commit411bb9df76e5b21affae73f076e5d292197b66be (patch)
tree1bf7d51fa2fad715bf0209b98d247503a0c892cf
parentb354f6abda00461eae4cb0215faa8b5a7268e275 (diff)
downloaddiskinstaller-411bb9df76e5b21affae73f076e5d292197b66be.tar.gz
Bug: 5010576 Change-Id: I2124aaf8df37e0bd9957de6d4cb00b828aa8f11a
-rw-r--r--editdisklbl/Android.mk2
1 files changed, 0 insertions, 2 deletions
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 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_ARCH),x86)
LOCAL_SRC_FILES := \
@@ -20,4 +19,3 @@ LOCAL_MODULE_TAGS := eng
include $(BUILD_HOST_EXECUTABLE)
endif # TARGET_ARCH == x86
-endif # !TARGET_SIMULATOR