diff options
| author | ezio84 <brabus84@gmail.com> | 2017-05-09 22:07:42 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-05-09 22:07:47 +0300 |
| commit | aa4a2d2745ac9d82276fb885c7c1e8447dd14a73 (patch) | |
| tree | 061d00c65d78bc7b0ce72889292421e90bca99e5 | |
| parent | 8d66403a8c00326d8fa58f89dd38b36bb4b48b8a (diff) | |
serrano: Enable real time lockscreen charging info
Change-Id: Ie1157f1b92edfc9bee1bb52e0f25ae93fd4659d0
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0a18ff4..47fc763 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -93,3 +93,6 @@ BOARD_HARDWARE_CLASS += device/samsung/serrano-common/cmhw ifeq ($(WITH_TWRP),true) -include device/samsung/serrano-common/twrp.mk endif + +# Enable real time lockscreen charging current values +BOARD_GLOBAL_CFLAGS += -DBATTERY_REAL_INFO |
