mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-02 22:46:25 +09:00
miatoll: dynamically load widevine blobs for curtana
due to some miatoll devices not having a11 fw which leads to them being L3, this should load a11 blobs for a11 devices (currently only curtana) while the default is a10 blobs, temporary
This commit is contained in:
@ -19,6 +19,12 @@ on boot && property:ro.product.vendor.device=*
|
||||
mount none /vendor/etc/thermal-engine-map-${ro.product.vendor.device}.conf /vendor/etc/thermal-engine-map.conf bind
|
||||
start thermal-engine
|
||||
|
||||
on init && property:ro.boot.hwname=curtana
|
||||
mount none /vendor/lib/libcpion_curtana.so /vendor/lib/libcpion.so bind
|
||||
mount none /vendor/lib/liboemcrypto_curtana.so /vendor/lib/liboemcrypto.so bind
|
||||
mount none /vendor/lib64/libcpion_curtana.so /vendor/lib64/libcpion.so bind
|
||||
mount none /vendor/lib64/liboemcrypto_curtana.so /vendor/lib64/liboemcrypto.so bind
|
||||
|
||||
on init && property:ro.boot.hwname=joyeuse
|
||||
setprop ro.boot.product.hardware.sku joyeuse
|
||||
start vendor.nfc_hal_service
|
||||
|
Reference in New Issue
Block a user