summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-03-01 02:37:52 +0100
committerGerrit Code Review <gerrit@5.9.244.119>2013-03-01 02:37:52 +0100
commitdaab22e7519a21d769d41efca7edca6ef3a33c5e (patch)
tree8f4c0ac69a1ab222e43ee8c1c5ef831de99b6f6f /Android.mk
parentMerge "Add 2 second pre-dim and bugfix blank timer" into twrp2.4 (diff)
parentAdd option for custom battery path (diff)
downloadandroid_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar.gz
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar.bz2
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar.lz
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar.xz
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.tar.zst
android_bootable_recovery-daab22e7519a21d769d41efca7edca6ef3a33c5e.zip
Diffstat (limited to '')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 57bab353d..199aba43b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -234,6 +234,9 @@ endif
ifneq ($(TW_MAX_BRIGHTNESS),)
LOCAL_CFLAGS += -DTW_MAX_BRIGHTNESS=$(TW_MAX_BRIGHTNESS)
endif
+ifneq ($(TW_CUSTOM_BATTERY_PATH),)
+ LOCAL_CFLAGS += -DTW_CUSTOM_BATTERY_PATH=$(TW_CUSTOM_BATTERY_PATH)
+endif
ifeq ($(TARGET_BOARD_PLATFORM),rk30xx)
LOCAL_CFLAGS += -DRK3066
endif