diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/jb/Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/jb/Android.mk b/crypto/jb/Android.mk index 87eb055a6..eebfcf0bd 100644 --- a/crypto/jb/Android.mk +++ b/crypto/jb/Android.mk @@ -1,5 +1,5 @@ LOCAL_PATH := $(call my-dir) - +ifeq ($(TW_INCLUDE_JB_CRYPTO), true) include $(CLEAR_VARS) LOCAL_MODULE := libcryptfsjb @@ -11,4 +11,5 @@ LOCAL_C_INCLUDES += system/extras/ext4_utils external/openssl/include LOCAL_SHARED_LIBRARIES += libc liblog libcutils libcrypto LOCAL_STATIC_LIBRARIES += libfs_mgrtwrp -include $(BUILD_SHARED_LIBRARY)
\ No newline at end of file +include $(BUILD_SHARED_LIBRARY) +endif
\ No newline at end of file |