summaryrefslogtreecommitdiffstats
path: root/crypto/cryptfs/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cryptfs/Android.mk')
-rw-r--r--crypto/cryptfs/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cryptfs/Android.mk b/crypto/cryptfs/Android.mk
index 3267c931d..62713fed7 100644
--- a/crypto/cryptfs/Android.mk
+++ b/crypto/cryptfs/Android.mk
@@ -1,6 +1,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-
+ifeq ($(TW_INCLUDE_CRYPTO), true)
LOCAL_SRC_FILES:= \
cryptfs.c
@@ -51,3 +51,4 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB)
LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities
include $(BUILD_EXECUTABLE)
+endif \ No newline at end of file