diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-04-17 12:21:41 +0200 |
---|---|---|
committer | Roberto Gibellini <gibellini.roberto@gmail.com> | 2016-04-17 03:23:23 -0700 |
commit | 5de77538f88ced717fd366442da7ff1ba0c41985 (patch) | |
tree | 11bdc8c2e9b92ad01f529d49156250438ac693d0 | |
parent | 2ad4014ecfc85e42c8a5a1dabc36ca0203afe576 (diff) | |
download | device_samsung_kona-common-5de77538f88ced717fd366442da7ff1ba0c41985.zip device_samsung_kona-common-5de77538f88ced717fd366442da7ff1ba0c41985.tar.gz device_samsung_kona-common-5de77538f88ced717fd366442da7ff1ba0c41985.tar.bz2 |
kona : declare var and fix build
Change-Id: I40bf0a08ae25604ed212419691e762853a653c00
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 47f4910..fa92439 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -36,6 +36,7 @@ BOARD_EXYNOS4X12_TABLET_HAS_LED_BUTTONS := true # Charging mode BOARD_CHARGING_MODE_BOOTING_LPM := /sys/class/power_supply/battery/batt_lp_charging BOARD_BATTERY_DEVICE_NAME := "battery" +NO_CHARGER_LED := true # inherit from the proprietary version -include vendor/samsung/kona/BoardConfigVendor.mk |