summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-11-19 17:10:06 +0100
committerGerrit Code Review <gerrit2@gerrit>2013-11-19 17:10:06 +0100
commita2e5efba0c5f229f0519ec23b7d1eb60f53d6724 (patch)
tree6237915fc2cf708bea78dac035518b1cbf9ecb37 /Android.mk
parentMerge "Update decrypt for 4.4" into android-4.4 (diff)
parentAdd getfooter tool for crypto debugging (diff)
downloadandroid_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar.gz
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar.bz2
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar.lz
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar.xz
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.tar.zst
android_bootable_recovery-a2e5efba0c5f229f0519ec23b7d1eb60f53d6724.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 98ea68d9b..d96e53f99 100644
--- a/Android.mk
+++ b/Android.mk
@@ -356,6 +356,7 @@ ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
include $(commands_recovery_local_path)/crypto/fs_mgr/Android.mk
include $(commands_recovery_local_path)/crypto/logwrapper/Android.mk
include $(commands_recovery_local_path)/crypto/scrypt/Android.mk
+ include $(commands_recovery_local_path)/crypto/crypttools/Android.mk
endif
ifeq ($(HAVE_SELINUX), true)
include $(commands_recovery_local_path)/minzip/Android.mk