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:
parent
97c17043ca
commit
0cd2d4a875
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue