diff options
-rwxr-xr-x | BoardCommonConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index b621d01..68d45ba 100755 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -167,5 +167,8 @@ BACKLIGHT_PATH := /sys/class/backlight/panel/brightness # Override healthd HAL BOARD_HAL_STATIC_LIBRARIES := libhealthd.exynos4 +# LPM Battery Percentage +BOARD_CHARGER_SHOW_PERCENTAGE := true + # inherit from the proprietary version -include vendor/samsung/smdk4412-common/BoardConfigVendor.mk |