summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-11-19 17:09:37 +0100
committerGerrit Code Review <gerrit2@gerrit>2013-11-19 17:09:38 +0100
commitbc183725cd9c06bf8611bd82e7b30806c6faca5f (patch)
tree76478c9e1a1a51631415a5ce0c36057babd82027 /Android.mk
parentAdd check for making sure theme exists for device (diff)
parentUpdate decrypt for 4.4 (diff)
downloadandroid_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.gz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.bz2
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.lz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.xz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.zst
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.zip
Diffstat (limited to '')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index aa176136d..98ea68d9b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -354,6 +354,8 @@ endif
ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
include $(commands_recovery_local_path)/crypto/jb/Android.mk
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
endif
ifeq ($(HAVE_SELINUX), true)
include $(commands_recovery_local_path)/minzip/Android.mk