diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-17 22:00:01 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-17 22:06:12 +0200 |
commit | 43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f (patch) | |
tree | 58d02c17fb5487c361244a69a8a9850337638f2d /prebuilt | |
parent | Move to shared libmincrypt (diff) | |
download | android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.gz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.bz2 android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.lz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.xz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.zst android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.zip |
Diffstat (limited to 'prebuilt')
-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 17e2d4aca..650a6a057 100644 --- a/prebuilt/Android.mk +++ b/prebuilt/Android.mk @@ -39,6 +39,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_OUT_SHARED_LIBRARIES)/libext4_utils.so ifeq ($(TW_INCLUDE_BLOBPACK), true) RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/blobpack endif |