summaryrefslogtreecommitdiffstats
path: root/minuitwrp
diff options
context:
space:
mode:
authorGreg Wallace <greg@gregtwallace.com>2016-01-27 23:15:51 +0100
committerDees Troy <dees_troy@teamw.in>2016-02-03 05:15:10 +0100
commitace7623306e715bc366e726a0ad844156f00445d (patch)
tree68e7eeb4d167e5fe6c4679a003386c1a1c0fe613 /minuitwrp
parentLanguage: Update & Fix zh_TW.xml (diff)
downloadandroid_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar.gz
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar.bz2
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar.lz
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar.xz
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.tar.zst
android_bootable_recovery-ace7623306e715bc366e726a0ad844156f00445d.zip
Diffstat (limited to 'minuitwrp')
-rw-r--r--minuitwrp/Android.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk
index 7f6b727b8..811685c0e 100644
--- a/minuitwrp/Android.mk
+++ b/minuitwrp/Android.mk
@@ -58,7 +58,11 @@ LOCAL_C_INCLUDES += \
external/freetype/include \
external/libcxx/include
-#external/jpeg \
+ifneq ($(TW_INCLUDE_JPEG),)
+ LOCAL_C_INCLUDES += \
+ external/jpeg
+ LOCAL_CFLAGS += -DTW_INCLUDE_JPEG
+endif
ifeq ($(RECOVERY_TOUCHSCREEN_SWAP_XY), true)
LOCAL_CFLAGS += -DRECOVERY_TOUCHSCREEN_SWAP_XY
@@ -169,7 +173,9 @@ LOCAL_CLANG := true
LOCAL_CFLAGS += -DTWRES=\"$(TWRES_PATH)\"
LOCAL_SHARED_LIBRARIES += libft2 libz libc libcutils libpng libutils
-#libjpeg
+ifneq ($(TW_INCLUDE_JPEG),)
+ LOCAL_SHARED_LIBRARIES += libjpeg
+endif
LOCAL_STATIC_LIBRARIES += libpixelflinger_twrp
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE := libminuitwrp