config: Add bypass charging prop
Change-Id: Iee2e99e9ec929221336fea361ab516b00f47bb7e
This commit is contained in:
@@ -17,6 +17,11 @@ PRODUCT_PACKAGES += \
|
||||
LMOFreeform \
|
||||
LMOFreeformSidebar
|
||||
|
||||
# Bypass Charging
|
||||
BYPASS_CHARGE_SUPPORTED ?= false
|
||||
PRODUCT_SYSTEM_PROPERTIES += \
|
||||
persist.sys.battery_bypass_supported=$(BYPASS_CHARGE_SUPPORTED)
|
||||
|
||||
# Enable blur
|
||||
TARGET_ENABLE_BLUR ?= true
|
||||
ifeq ($(TARGET_ENABLE_BLUR),true)
|
||||
|
||||
Reference in New Issue
Block a user