diff options
| author | ezio84 <brabus84@gmail.com> | 2017-05-09 13:08:51 +0000 |
|---|---|---|
| committer | Erwan Leboucher <genesixxbf3@gmail.com> | 2017-05-23 16:18:37 +0000 |
| commit | 38bc221a68251edde2b89ace5b8519415295984a (patch) | |
| tree | 3556d3d43ad2eb9cec050d0adec7974d3ad5b30d | |
| parent | cf25e24873f44282b6f69f17828142d293d4c699 (diff) | |
Change-Id: Ic502c41a3875cf43dc1ab82078d0d164f97187c8
| -rw-r--r-- | BoardConfig.mk | 3 |
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 |
