diff options
Diffstat (limited to 'BoardCommonConfig.mk')
-rw-r--r-- | BoardCommonConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index d45fe93..1b7ca17 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -155,5 +155,8 @@ BOARD_HAS_NO_SELECT_BUTTON := true BOARD_CHARGING_MODE_BOOTING_LPM := /sys/class/power_supply/battery/batt_lp_charging BOARD_BATTERY_DEVICE_NAME := "battery" +# Override healthd HAL +BOARD_HAL_STATIC_LIBRARIES := libhealthd.exynos4 + # inherit from the proprietary version -include vendor/samsung/smdk4412-common/BoardConfigVendor.mk |