aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorezio84 <brabus84@gmail.com>2017-05-09 13:08:51 +0000
committerErwan Leboucher <genesixxbf3@gmail.com>2017-05-23 16:18:37 +0000
commit38bc221a68251edde2b89ace5b8519415295984a (patch)
tree3556d3d43ad2eb9cec050d0adec7974d3ad5b30d
parentcf25e24873f44282b6f69f17828142d293d4c699 (diff)
h811: Enable real time lockscreen charging infoHEADn7.1
Change-Id: Ic502c41a3875cf43dc1ab82078d0d164f97187c8
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3fabee9..beed720 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,5 +26,8 @@ TARGET_OTA_ASSERT_DEVICE := g4,p1,h811
# Kernel
TARGET_KERNEL_CONFIG := lineageos_h811_defconfig
+# Enable real time lockscreen charging current values
+BOARD_GLOBAL_CFLAGS += -DBATTERY_REAL_INFO
+
# inherit from the proprietary version
-include vendor/lge/h811/BoardConfigVendor.mk