diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:45 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:45 -0700 |
commit | b0462e6ae2338f1fa7cc0ed7aa36887713185a15 (patch) | |
tree | 5ce08a548af28accf17e900ffcd2831b405c5470 /mtdutils | |
parent | 933487868f15f3f380efd71dcd0b7c3b744a73d6 (diff) | |
download | bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.zip bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.gz bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Ib465fdb42c8621899bea15c04a427d7ab1641a8c
Diffstat (limited to 'mtdutils')
-rw-r--r-- | mtdutils/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk index 4166536..ef417fa 100644 --- a/mtdutils/Android.mk +++ b/mtdutils/Android.mk @@ -1,5 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libmtdutils LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) - -endif # !TARGET_SIMULATOR |