aboutsummaryrefslogtreecommitdiff
path: root/en/devices/graphics/implement-vulkan.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/graphics/implement-vulkan.html')
-rw-r--r--en/devices/graphics/implement-vulkan.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/devices/graphics/implement-vulkan.html b/en/devices/graphics/implement-vulkan.html
index c40ec85f..c112067d 100644
--- a/en/devices/graphics/implement-vulkan.html
+++ b/en/devices/graphics/implement-vulkan.html
@@ -81,11 +81,14 @@ for discovering and loading the driver. Preferred paths for 32-bit and 64-bit
Vulkan drivers are:</p>
<pre class="devsite-click-to-copy">
+/vendor/lib/hw/vulkan.&lt;ro.hardware.vulkan&gt;.so
/vendor/lib/hw/vulkan.&lt;ro.product.platform&gt;.so
+/vendor/lib64/hw/vulkan.&lt;ro.hardware.vulkan&gt;.so
/vendor/lib64/hw/vulkan.&lt;ro.product.platform&gt;.so
</pre>
-<p>Where &lt;<code>ro.product.platform</code>&gt; is replaced by the value of
+<p>Where &lt;<code>ro.hardware.vulkan</code>&gt; or
+&lt;<code>ro.product.platform</code>&gt; is replaced by the value of
the system property of that name. For details and supported alternative
locations, refer to <code><a href="https://android.googlesource.com/platform/hardware/libhardware/+/master/hardware.c">libhardware/hardware.c</code></a>.</p>