summaryrefslogtreecommitdiffstats
path: root/crypto/fs_mgr/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/fs_mgr/Android.mk')
-rw-r--r--crypto/fs_mgr/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/fs_mgr/Android.mk b/crypto/fs_mgr/Android.mk
index 8834282e7..b2a341f36 100644
--- a/crypto/fs_mgr/Android.mk
+++ b/crypto/fs_mgr/Android.mk
@@ -1,5 +1,5 @@
# Copyright 2011 The Android Open Source Project
-
+ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -31,3 +31,4 @@ include $(BUILD_STATIC_LIBRARY)
#include $(BUILD_EXECUTABLE)
+endif