diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-12 07:11:45 +0200 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-12 07:11:45 +0200 |
commit | b0462e6ae2338f1fa7cc0ed7aa36887713185a15 (patch) | |
tree | 5ce08a548af28accf17e900ffcd2831b405c5470 /mtdutils/Android.mk | |
parent | Add missing commands to recovery init.rc (diff) | |
download | android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.gz android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.bz2 android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.lz android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.xz android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.zst android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.zip |
Diffstat (limited to 'mtdutils/Android.mk')
-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 416653698..ef417fa19 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 |