From 0cd2d4a875071792e76ed86006dc9b3159820537 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 15 Jul 2019 16:43:26 -0700 Subject: [PATCH] sm8250-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ro.charger.disable_init_blank Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f --- BoardConfigCommon.mk | 3 --- system.prop | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6604343..d4d9710 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -79,9 +79,6 @@ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 -# Charger -BOARD_CHARGER_DISABLE_INIT_BLANK := true - # Dex ifeq ($(HOST_OS),linux) ifneq ($(TARGET_BUILD_VARIANT),eng) diff --git a/system.prop b/system.prop index a23260e..67efc16 100644 --- a/system.prop +++ b/system.prop @@ -6,6 +6,9 @@ persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24 # Camera camera.disable_zsl_mode=true +# Charger +ro.charger.disable_init_blank=true + # Display debug.gralloc.gfx_ubwc_disable=0 debug.sf.enable_hwc_vds=1