diff options
author | Captain Throwback <captainthrowback@hotmail.com> | 2017-03-07 21:42:42 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-03-07 23:18:50 +0100 |
commit | a52891b6b313525925c57d840fc56fee63591130 (patch) | |
tree | 227e1eb2f7b8ccb9fe069436b266f072c1bff8b7 /prebuilt | |
parent | file_contexts: remove symlink to binary file and use text version instead (diff) | |
download | android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar.gz android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar.bz2 android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar.lz android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar.xz android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.tar.zst android_bootable_recovery-a52891b6b313525925c57d840fc56fee63591130.zip |
Diffstat (limited to '')
-rw-r--r-- | prebuilt/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk index e34889e23..2a963f112 100644 --- a/prebuilt/Android.mk +++ b/prebuilt/Android.mk @@ -17,9 +17,6 @@ RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/erase_image RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/bu ifneq ($(TW_USE_TOOLBOX), true) RELINK_SOURCE_FILES += $(TARGET_OUT_OPTIONAL_EXECUTABLES)/busybox - ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0) - RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh - endif else RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libcrypto.so |