mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: Switch to Prebuilt Lights Stack
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
7a72965ffb
commit
ea45ea8db8
|
@ -206,7 +206,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Lights
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.lights-service.transsion
|
||||
android.hardware.light-V1-ndk.vendor
|
||||
|
||||
# Media
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -58,6 +58,9 @@ function blob_fixup {
|
|||
vendor/bin/hw/android.hardware.vibrator-service.mediatek)
|
||||
"$PATCHELF" --replace-needed "android.hardware.vibrator-V2-ndk_platform.so" "android.hardware.vibrator-V2-ndk.so" "$2"
|
||||
;;
|
||||
vendor/bin/hw/android.hardware.lights-service.mediatek)
|
||||
"$PATCHELF" --replace-needed "android.hardware.light-V1-ndk_platform.so" "android.hardware.light-V1-ndk.so" "$2"
|
||||
;;
|
||||
vendor/bin/hw/android.hardware.gnss-service.mediatek |\
|
||||
vendor/lib64/hw/android.hardware.gnss-impl-mediatek.so)
|
||||
"$PATCHELF" --replace-needed "android.hardware.gnss-V1-ndk_platform.so" "android.hardware.gnss-V1-ndk.so" "$2"
|
||||
|
|
|
@ -2396,6 +2396,11 @@ vendor/etc/init/android.hardware.security.keymint-service.trustonic.rc
|
|||
-vendor/etc/vintf/manifest/android.hardware.security.secureclock-service.trustonic.xml
|
||||
-vendor/etc/vintf/manifest/android.hardware.security.sharedsecret-service.trustonic.xml
|
||||
|
||||
# Lights
|
||||
vendor/bin/hw/android.hardware.lights-service.mediatek
|
||||
vendor/etc/init/lights-mtk-default.rc
|
||||
vendor/etc/vintf/manifest/lights-mtk-default.xml
|
||||
|
||||
# Media
|
||||
vendor/bin/mt6789/v3avpud.mt6789
|
||||
vendor/etc/init/v3avpud.rc
|
||||
|
|
Loading…
Reference in a new issue