From d11b5d4caf7059141eb153f41aa6a8f552d645f2 Mon Sep 17 00:00:00 2001 From: Sonal Singh Date: Tue, 29 Sep 2020 22:32:34 +0530 Subject: [PATCH] miatoll: Enable real time lockscreen charging current values --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index ccf03b1..38bb0f9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -236,5 +236,8 @@ WIFI_HIDL_FEATURE_DUAL_INTERFACE := true WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X +# Enable real time lockscreen charging current values +BOARD_GLOBAL_CFLAGS += -DBATTERY_REAL_INFO + # Inherit proprietary blobs -include vendor/xiaomi/sm6250-common/BoardConfigVendor.mk