diff options
author | HashBang <hashbang173@gmail.com> | 2016-01-30 20:20:09 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-02-03 23:05:56 +0100 |
commit | ed974bb87ab099e5168768b3381dcdf80d83f3c8 (patch) | |
tree | d258894dae7a12c3570f1cc346026e7582321e35 /prebuilt/Android.mk | |
parent | sort languages by display value (diff) | |
download | android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.gz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.bz2 android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.lz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.xz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.zst android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.zip |
Diffstat (limited to '')
-rw-r--r-- | prebuilt/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk index dba181003..a5deb9aba 100644 --- a/prebuilt/Android.mk +++ b/prebuilt/Android.mk @@ -36,6 +36,7 @@ RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/e2fsck RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/mke2fs RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/tune2fs RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/resize2fs +RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/simg2img ifneq ($(TARGET_ARCH), x86_64) RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/linker endif |