-
flash android rom from VIM3 Android T(12) V211126 Preview Rom Release
-
disable android verity and reboot
adb root
adb disable-verity
adb reboot
- remount system as read-write
adb root
adb remount
- install the android vulkan driver
cp /vendor/lib64/egl/libGLES_mali.so /vendor/lib64/hw/vulkan.yukawa.so
- now you have a working vulkan api for VIM3
the related chinese article
I wonder if our android rom could install vulkan driver by default, so we do not need to hack the vendor files. Thanks.