sm7250-common: Adaptive charging xml
Allows to enable adaptive charging toggle. Signed-off-by: sakhiofsakshi <imsakshisharma04@gmail.com> Signed-off-by: aswin7469 <aswinas@pixysos.com>
This commit is contained in:
committed by
Sandeep P S
parent
5cc57c3755
commit
65ea78171c
@@ -114,6 +114,10 @@ PRODUCT_PACKAGES += \
|
||||
checkpoint_gc \
|
||||
otapreopt_script
|
||||
|
||||
# Adaptive charging
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/adaptivecharging.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/adaptivecharging.xml
|
||||
|
||||
# ANT+
|
||||
PRODUCT_PACKAGES += \
|
||||
AntHalService-Soong \
|
||||
|
||||
8
configs/adaptivecharging.xml
Normal file
8
configs/adaptivecharging.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- These are configurations that should exist on devices that support Adaptive Charging -->
|
||||
<config>
|
||||
<!-- This feature is meant to be the feature identifying devices that support
|
||||
Adaptive Charging -->
|
||||
<feature name="com.google.android.feature.ADAPTIVE_CHARGING" />
|
||||
</config>
|
||||
Reference in New Issue
Block a user