summaryrefslogtreecommitdiffstats
path: root/crypto/jb/Android.mk
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2013-05-16 02:58:13 +0200
committerDees_Troy <dees_troy@teamw.in>2013-07-03 20:13:43 +0200
commit27fab9b26a5d0b7d45a7faf9e413c80911be7846 (patch)
tree131d29718e3b0e1219fda497632985a2c39dfcb7 /crypto/jb/Android.mk
parentProperly free blkid_probe in TWPartition::Check_FS_Type() (diff)
downloadandroid_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar.gz
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar.bz2
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar.lz
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar.xz
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.tar.zst
android_bootable_recovery-27fab9b26a5d0b7d45a7faf9e413c80911be7846.zip
Diffstat (limited to '')
-rw-r--r--crypto/jb/Android.mk5
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