summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2022-11-28 22:42:39 +0100
committerMauro Rossi <issor.oruam@gmail.com>2022-11-29 09:05:17 +0100
commitea10b0fc7add2ad9dd486e69b5b5e7aca3c422f7 (patch)
tree3eaeefb2bbea9b36519894604d1f2bc0e53272fb /android
parent3507cdc59c951201ac9dafd97bc274b7a86cb397 (diff)
downloadmesa-ea10b0fc7add2ad9dd486e69b5b5e7aca3c422f7.tar.gz
AOSP: Add intel_hasvk vulkan library suffix
Required to correctly install vulkan.intel_hasvk.so module after commit 50013ca9 ("intel: add a hasvk vulkan driver") In order to set property ro.hardware.vulkan as 'intel_hasvk' for the correct iGPU parts at init stage, i915 'graphics version' can only be detected by means of /sys/kernel/debug/dri/0/i915_capabilities and debugfs needs to be mounted at early-init stage https://review.lineageos.org/c/LineageOS/android_device_lge_g3-common/+/19875 Cc: "22.3" mesa-stable Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Tested-by: Mauro Rossi <issor.oruam@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20048>
Diffstat (limited to 'android')
-rw-r--r--android/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 49fdd56443c..7f1f679391c 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -30,6 +30,7 @@ LIBDRM_VERSION = $(shell cat external/libdrm/meson.build | grep -o "\<version\>\
MESA_VK_LIB_SUFFIX_amd := radeon
MESA_VK_LIB_SUFFIX_intel := intel
+MESA_VK_LIB_SUFFIX_intel_hasvk := intel_hasvk
MESA_VK_LIB_SUFFIX_freedreno := freedreno
MESA_VK_LIB_SUFFIX_broadcom := broadcom
MESA_VK_LIB_SUFFIX_panfrost := panfrost