summaryrefslogtreecommitdiffstats
path: root/crypto/scrypt/Scrypt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scrypt/Scrypt.mk')
-rw-r--r--crypto/scrypt/Scrypt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/scrypt/Scrypt.mk b/crypto/scrypt/Scrypt.mk
index 45af97fc2..04fa6f879 100644
--- a/crypto/scrypt/Scrypt.mk
+++ b/crypto/scrypt/Scrypt.mk
@@ -24,7 +24,7 @@ endif
LOCAL_SRC_FILES += $(target_src_files)
LOCAL_CFLAGS += $(target_c_flags)
-LOCAL_C_INCLUDES += $(target_c_includes)
+LOCAL_C_INCLUDES += $(target_c_includes) bootable/recovery/crypto/scrypt/lib/util
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= libscrypttwrp_static
LOCAL_ADDITIONAL_DEPENDENCIES := $(local_additional_dependencies)