diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/cryptsettings/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cryptsettings/Android.mk b/crypto/cryptsettings/Android.mk index 9e7aa5f38..73b6b4a8b 100644 --- a/crypto/cryptsettings/Android.mk +++ b/crypto/cryptsettings/Android.mk @@ -1,6 +1,6 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) - +ifeq ($(TW_INCLUDE_CRYPTO), true) LOCAL_SRC_FILES:= \ cryptsettings.c LOCAL_CFLAGS:= -g -c -W @@ -11,3 +11,4 @@ LOCAL_STATIC_LIBRARIES += libfs_mgrtwrp LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities include $(BUILD_EXECUTABLE) +endif
\ No newline at end of file |