summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinjoey <linjoey@google.com>2020-06-08 11:15:11 +0800
committerJoey Lin <linjoey@google.com>2020-06-11 16:16:08 +0000
commita9afa69d07e87c61b1ed29b11bf5c7c5b49e54ef (patch)
treeaeb2e4890999f17412e33ce0c762d49076a1b7cb
parent12a481b1dc2f717dea7816638c627dc780e4e766 (diff)
downloaddevice_google_wahoo-a9afa69d07e87c61b1ed29b11bf5c7c5b49e54ef.tar.gz
device_google_wahoo-a9afa69d07e87c61b1ed29b11bf5c7c5b49e54ef.tar.bz2
device_google_wahoo-a9afa69d07e87c61b1ed29b11bf5c7c5b49e54ef.zip
graphics: Change vulkan driver name to vulkan.adreno
Bug: 158275422 Bug: 156254694 Test: vulkan device is detected properly, `adb shell cmd gpu vkjson` lists vulkan extensions correctly. Change-Id: Iebc69752a868ea06af258de6ac2f4d1c7c148a8e
-rw-r--r--sepolicy/vendor/file_contexts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/vendor/file_contexts b/sepolicy/vendor/file_contexts
index e67868fe..a670a1c1 100644
--- a/sepolicy/vendor/file_contexts
+++ b/sepolicy/vendor/file_contexts
@@ -203,7 +203,7 @@
/vendor/lib(64)?/libadreno_utils\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/libgsl\.so u:object_r:same_process_hal_file:s0
-/vendor/lib(64)?/hw/vulkan\.msm8998\.so u:object_r:same_process_hal_file:s0
+/vendor/lib(64)?/hw/vulkan\.adreno\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/egl/libEGL_adreno\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/egl/libGLESv1_CM_adreno\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/egl/libGLESv2_adreno\.so u:object_r:same_process_hal_file:s0