ferrari: Set Lineage Health control charging path

This must now be set per device after migrating to soong_config_set.

Change-Id: I5dd2801391b0e790bafa81bde81fe2d7b737fb30
This commit is contained in:
Bruno Martins
2025-04-30 00:28:16 +01:00
committed by pjgowtham
parent 4c48c2d5db
commit 62f1cce558

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2021-2023 The LineageOS Project
# Copyright (C) 2021-2025 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -38,6 +38,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/android.hardware.biometrics.face.xml
# Lineage Health
$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/mmi_charging_enable)
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc-service.nxp \