diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-15 21:58:14 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-19 21:52:06 +0100 |
commit | 6893d242256768bfd6d9edd2aa38bd53e5a89ae6 (patch) | |
tree | 57720d4291167e58d519769570a1616f2f69c9d0 /BoardConfigCommon.mk | |
parent | 6552f3fed81aa21b6db408765a588cd08f51370c (diff) |
LOS charger animation is now opt-in.
* See LineageOS/android_vendor_lineage@9f22e538780601bde3754b365ec9899e76f82af8
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 32f9577..21d35ab 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -102,7 +102,6 @@ TARGET_SUPPORT_HAL1 := false # Charger BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true -WITH_LINEAGE_CHARGER := false # CNE and DPM BOARD_USES_QCNE := true |