diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-14 21:24:38 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-16 18:58:19 +0100 |
commit | 8bf04abc621b9eb811171d47a104a249e549eb15 (patch) | |
tree | 6516008f96dd61454210a733075dfa0c9b9a131d /BoardConfigCommon.mk | |
parent | e2112f391655efa2205adaa2ae42e58fee266926 (diff) |
msm8996-common: Set WITH_LINEAGE_CHARGER to false
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c1a4c37..7443222 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -110,6 +110,7 @@ QCOM_BT_USE_BTNV := true # Charger BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true +WITH_LINEAGE_CHARGER := false # CNE and DPM BOARD_USES_QCNE := true |