diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-11-19 17:10:06 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2013-11-19 17:10:06 +0100 |
commit | a2e5efba0c5f229f0519ec23b7d1eb60f53d6724 (patch) | |
tree | 6237915fc2cf708bea78dac035518b1cbf9ecb37 /Android.mk | |
parent | Merge "Update decrypt for 4.4" into android-4.4 (diff) | |
parent | Add getfooter tool for crypto debugging (diff) | |
download | android_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.mk | 1 |
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 |