About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2025-09-03 17:20:30 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-09-04 07:53:36 +0000
commite83561bbb7e7ebc1c7806808af374c935dd05204 (patch)
tree17afb7f79cdae4355c7bdcb13a532e0699579b48 /android
parent9d4ba885bb81a7e9341d177b2efb293eb962fb41 (diff)
android: Only include libdrm_intel for i915 as iris do not depend on it
Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37165>
Diffstat (limited to 'android')
-rw-r--r--android/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 0a319d9511a..b63edf28ca2 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -62,7 +62,7 @@ LOCAL_SHARED_LIBRARIES += libvulkan
MESON_GEN_PKGCONFIGS += vulkan
endif
-ifneq ($(filter iris,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
+ifneq ($(filter i915,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
LOCAL_SHARED_LIBRARIES += libdrm_intel
MESON_GEN_PKGCONFIGS += libdrm_intel:$(LIBDRM_VERSION)
endif