summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorD. Andrei Măceș <dmaces@nd.edu>2016-12-22 12:19:44 +0100
committerEthan Yonker <dees_troy@teamw.in>2017-01-11 17:56:21 +0100
commitb29a5e27c33291f8134ea5f28e84e672a3c25199 (patch)
tree741757b353cf5a7537fcdf8dcd10d13caca3323b /Android.mk
parentFix compile error on 4.4 tree (diff)
downloadandroid_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar.gz
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar.bz2
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar.lz
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar.xz
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.tar.zst
android_bootable_recovery-b29a5e27c33291f8134ea5f28e84e672a3c25199.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 582b710ea..971991845 100644
--- a/Android.mk
+++ b/Android.mk
@@ -302,6 +302,8 @@ ifeq ($(TW_INCLUDE_CRYPTO), true)
LOCAL_SHARED_LIBRARIES += libe4crypt
endif
endif
+WITH_CRYPTO_UTILS := \
+ $(if $(wildcard system/core/libcrypto_utils/Android.mk),true)
ifeq ($(TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID), true)
LOCAL_CFLAGS += -DTW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID
endif