diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-10-17 18:44:11 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@198.50.184.117> | 2013-10-17 18:44:11 +0200 |
commit | c01ed9e9e2ad727f436999754ebc653d3681385e (patch) | |
tree | 0f952d186eea3d269544749b3687a5ede48dedb7 /prebuilt/Android.mk | |
parent | Merge "Add conditions support to GUIImage" into twrp2.7 (diff) | |
parent | Add toolbox_recovery rules (diff) | |
download | android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar.gz android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar.bz2 android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar.lz android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar.xz android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.tar.zst android_bootable_recovery-c01ed9e9e2ad727f436999754ebc653d3681385e.zip |
Diffstat (limited to 'prebuilt/Android.mk')
-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 0169fb89d..f1777c6ca 100644 --- a/prebuilt/Android.mk +++ b/prebuilt/Android.mk @@ -46,6 +46,7 @@ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libbmlutils.so RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libflashutils.so RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libstlport.so #RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libmincrypt.so +RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/toolbox ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext4_utils.so endif |