S666LN: hardware/transsion -> hardware/millennium

since theres no hardware/transsion for a16, move to millennium instead, better.

Signed-off-by: KimelaZX <mmikailrei@gmail.com>
This commit is contained in:
Shirayuki39
2025-12-17 20:37:39 +07:00
committed by KimelaZX
parent b7916296a2
commit c47c15c160
4 changed files with 7 additions and 7 deletions

View File

@@ -264,7 +264,7 @@ PRODUCT_PACKAGES += \
# Lights
PRODUCT_PACKAGES += \
android.hardware.lights-service.transsion
android.hardware.lights-service.millennium
# Lineage Health
PRODUCT_PACKAGES += \
@@ -455,7 +455,7 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/lineage/interfaces/power-libperfmgr \
hardware/google/interfaces \
hardware/google/pixel \
hardware/transsion
hardware/millennium
# Thermal
PRODUCT_PACKAGES += \
@@ -479,7 +479,7 @@ PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator-service.transsion
android.hardware.vibrator-service.millennium
# VNDK
PRODUCT_PACKAGES += \

View File

@@ -23,7 +23,7 @@ namespace_imports = [
'device/itel/S666LN',
'hardware/mediatek',
'hardware/mediatek/libmtkperf_client',
'hardware/transsion',
'hardware/millennium',
]
lib_fixups: lib_fixups_user_type = {

View File

@@ -34,7 +34,7 @@
/(vendor|system\/vendor)/bin/hw/android\.hardware\.health@2\.1-service u:object_r:hal_health_default_exec:s0
# Lights
/(vendor|system/vendor)/bin/hw/android\.hardware\.lights-service\.transsion u:object_r:hal_light_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.lights-service\.millennium u:object_r:hal_light_default_exec:s0
# mmc device type
/sys/devices/platform/soc/11240000.mmc/mmc_host/mmc0/mmc0:[a-f0-9]+/type u:object_r:vendor_sysfs_mmc_device_type:s0
@@ -71,7 +71,7 @@
/sys/devices/platform/odm/odm:tran_battery/OTG_CTL u:object_r:sysfs_OTG_CTL_file:s0
# Vibrator
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator-service\.transsion u:object_r:hal_vibrator_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator-service\.millennium u:object_r:hal_vibrator_default_exec:s0
/(vendor|system\/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service u:object_r:hal_vibrator_default_exec:s0
/(vendor|system\/vendor)/bin/hw/android\.hardware\.vibrator-service.example u:object_r:hal_vibrator_default_exec:s0
/(vendor|system\/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service-mediatek u:object_r:hal_vibrator_default_exec:s0

View File

@@ -277,5 +277,5 @@ PRODUCT_VENDOR_PROPERTIES += \
persist.log.tag.HWUI=$(VENDOR_LOG_LEVEL) \
persist.log.tag.FrameTracker=$(VENDOR_LOG_LEVEL) \
persist.log.tag.C2MtkBufferManager=$(VENDOR_LOG_LEVEL) \
persist.log.tag.lights_service_transsion_rust=$(VENDOR_LOG_LEVEL) \
persist.log.tag.lights_service_millennium_rust=$(VENDOR_LOG_LEVEL) \
persist.log.tag.OpenGLRenderer=$(VENDOR_LOG_LEVEL)