summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2013-10-22 22:48:50 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-02-03 19:12:14 +0100
commit0940e414e2604320320c7f1bc6c5ae4d56f385c6 (patch)
tree954b6440e7a0e7bfbdd18fb3b695169f42f67c7c /minui/Android.mk
parentClear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc (diff)
downloadandroid_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar.gz
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar.bz2
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar.lz
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar.xz
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.tar.zst
android_bootable_recovery-0940e414e2604320320c7f1bc6c5ae4d56f385c6.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 9bda6dd36..d8895873e 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -31,4 +31,8 @@ else
LOCAL_CFLAGS += -DOVERSCAN_PERCENT=0
endif
+ifneq ($(TARGET_RECOVERY_LCD_BACKLIGHT_PATH),)
+ LOCAL_CFLAGS += -DRECOVERY_LCD_BACKLIGHT_PATH=$(TARGET_RECOVERY_LCD_BACKLIGHT_PATH)
+endif
+
include $(BUILD_STATIC_LIBRARY)