mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-25 15:06:26 -08:00
LG8n: Switch back to lights-service.transsion
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
4451fa15d4
commit
164c6dc4d1
|
@ -285,7 +285,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Lights
|
# Lights
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.light-V1-ndk.vendor
|
android.hardware.lights-service.transsion
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -59,9 +59,6 @@ function blob_fixup {
|
||||||
vendor/lib*/mediadrm/libwvdrmengine.so)
|
vendor/lib*/mediadrm/libwvdrmengine.so)
|
||||||
"${PATCHELF}" --replace-needed "libprotobuf-cpp-lite-3.9.1.so" "libprotobuf-cpp-full-3.9.1.so" "${2}"
|
"${PATCHELF}" --replace-needed "libprotobuf-cpp-lite-3.9.1.so" "libprotobuf-cpp-full-3.9.1.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/lib*/libspeech_enh_lib.so|\
|
vendor/lib*/libspeech_enh_lib.so|\
|
||||||
vendor/lib64/libwifi-hal-mtk.so|\
|
vendor/lib64/libwifi-hal-mtk.so|\
|
||||||
vendor/lib*/hw/power.mt6789.so|\
|
vendor/lib*/hw/power.mt6789.so|\
|
||||||
|
|
|
@ -1888,11 +1888,6 @@ 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.secureclock-service.trustonic.xml
|
||||||
-vendor/etc/vintf/manifest/android.hardware.security.sharedsecret-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
|
# Media
|
||||||
vendor/bin/mt6789/v3avpud.mt6789
|
vendor/bin/mt6789/v3avpud.mt6789
|
||||||
vendor/bin/vpud
|
vendor/bin/vpud
|
||||||
|
|
Loading…
Reference in a new issue