dre: Migrate Lineage Health to soong_config_set
Change-Id: I2eff39e83b9673aa2989d05de65c646241ba61da
This commit is contained in:
parent
c2e71b09e4
commit
6faa3b87ca
2 changed files with 2 additions and 3 deletions
|
|
@ -74,9 +74,6 @@ TARGET_SCREEN_DENSITY := 450
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
||||||
|
|
||||||
# Health
|
|
||||||
TARGET_HEALTH_CHARGING_CONTROL_CHARGING_PATH := /sys/class/oplus_chg/battery/mmi_charging_enable
|
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||||
hardware/oplus/vintf/device_framework_matrix.xml \
|
hardware/oplus/vintf/device_framework_matrix.xml \
|
||||||
|
|
|
||||||
|
|
@ -210,6 +210,8 @@ PRODUCT_ENABLE_UFFD_GC := true
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.health-service.default
|
vendor.lineage.health-service.default
|
||||||
|
|
||||||
|
$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/mmi_charging_enable)
|
||||||
|
|
||||||
# LiveDisplay
|
# LiveDisplay
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.livedisplay@2.1-service.oplus
|
vendor.lineage.livedisplay@2.1-service.oplus
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue