sm8250-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ro.charger.disable_init_blank

Test: charger mode
Bug: 124118169
Change-Id: I3825d08e38d677bd7154879609857de302348b6f
This commit is contained in:
Yifan Hong 2019-07-15 16:43:26 -07:00 committed by LuK1337
parent 97c17043ca
commit 0cd2d4a875
2 changed files with 3 additions and 3 deletions

View file

@ -79,9 +79,6 @@ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
USE_CUSTOM_AUDIO_POLICY := 1 USE_CUSTOM_AUDIO_POLICY := 1
USE_XML_AUDIO_POLICY_CONF := 1 USE_XML_AUDIO_POLICY_CONF := 1
# Charger
BOARD_CHARGER_DISABLE_INIT_BLANK := true
# Dex # Dex
ifeq ($(HOST_OS),linux) ifeq ($(HOST_OS),linux)
ifneq ($(TARGET_BUILD_VARIANT),eng) ifneq ($(TARGET_BUILD_VARIANT),eng)

View file

@ -6,6 +6,9 @@ persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24
# Camera # Camera
camera.disable_zsl_mode=true camera.disable_zsl_mode=true
# Charger
ro.charger.disable_init_blank=true
# Display # Display
debug.gralloc.gfx_ubwc_disable=0 debug.gralloc.gfx_ubwc_disable=0
debug.sf.enable_hwc_vds=1 debug.sf.enable_hwc_vds=1