6 lines
309 B
Text
6 lines
309 B
Text
# `on init` is normally not available for .rc files in vendor apexes
|
|
# But the vulkan apex is okay because it's bootstrap APEX.
|
|
# For bootstrap APEXes, `on init` is the earliest available trigger.
|
|
on init
|
|
setprop ro.vulkan.apex com.android.hardware.vulkan.panfrost
|
|
setprop ro.hardware.vulkan panfrost
|