From 0d5a2f92ca7be5c31a66b7c8e710a9f60b839aee Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Fri, 18 Jul 2025 21:07:17 +0000 Subject: [PATCH] nak: do not hide drm header on Android libdrm exists on Android and drm header is needed as well. The proper way for cross-compile now is to use "-Dallow-fallback-for=libdrm" so that the subproject can be fetched accordingly. Part-of: --- src/nouveau/compiler/nak_bindings.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nouveau/compiler/nak_bindings.h b/src/nouveau/compiler/nak_bindings.h index 3202a2070c7..e766da19f98 100644 --- a/src/nouveau/compiler/nak_bindings.h +++ b/src/nouveau/compiler/nak_bindings.h @@ -9,9 +9,7 @@ #include "nouveau_context.h" #include "nouveau_device.h" -#if !defined(ANDROID_STRICT) #include -#endif #include "drm-uapi/nouveau_drm.h" #define DRM_RS_IOCTL(FOO) \