Merge "[vulkan] Install Vulkan HAL by default"
diff --git a/sepolicy/common/file_contexts b/sepolicy/common/file_contexts
index 166345d..2ba3269 100644
--- a/sepolicy/common/file_contexts
+++ b/sepolicy/common/file_contexts
@@ -35,6 +35,7 @@
 /vendor/bin/hw/android\.hardware\.health@2\.0-service.goldfish        u:object_r:hal_health_default_exec:s0
 /vendor/bin/hw/android\.hardware\.power@1\.1-service.ranchu           u:object_r:hal_power_default_exec:s0
 
+/vendor/lib(64)?/hw/vulkan\.ranchu\.so   u:object_r:same_process_hal_file:s0
 /vendor/lib(64)?/hw/gralloc\.ranchu\.so   u:object_r:same_process_hal_file:s0
 /vendor/lib(64)?/hw/gralloc\.goldfish\.default\.so   u:object_r:same_process_hal_file:s0
 /vendor/lib(64)?/libEGL_emulation\.so          u:object_r:same_process_hal_file:s0
diff --git a/vendor.mk b/vendor.mk
index 12d636a..7b64742 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -19,6 +19,7 @@
 
 # Device modules
 PRODUCT_PACKAGES += \
+    vulkan.ranchu \
     gralloc.goldfish \
     gralloc.goldfish.default \
     gralloc.ranchu \