diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-05-19 00:50:10 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-05-19 00:50:10 +0200 |
commit | dfe452a6cea7859a36ebb4ae592d67b08eda5d0b (patch) | |
tree | 01f1d78f8454549476429e97abb837f92cd96f13 | |
parent | 0707a4a757a35cfab247876065afc9904b4ef52f (diff) |
charger: Update config
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 0399c8d..6079f62 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -120,6 +120,8 @@ TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true # Charger BOARD_CHARGER_ENABLE_SUSPEND := true +BOARD_CHARGER_DISABLE_INIT_BLANK := true +BOARD_GLOBAL_CFLAGS += -DBATTERY_REAL_INFO # CNE and DPM TARGET_LDPRELOAD := libNimsWrap.so |