From 60e134e83ef9af36170e8517582a446d622598f5 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Wed, 2 Jun 2021 19:28:25 +0200 Subject: [PATCH] android: ac: add include src/util path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the following building error: external/mesa/src/amd/common/ac_nir_lower_ngg.c:27:10: fatal error: 'u_math.h' file not found ^~~~~~~~~~ 1 error generated. Fixes: 3d589b8b464 ("ac: Add new NIR pass to lower NGG VS/TES.") Reviewed-by: Timur Kristóf Part-of: --- src/amd/Android.common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index 23bf129d156..83c44d7225b 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -100,6 +100,7 @@ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/gallium/include \ $(MESA_TOP)/src/gallium/auxiliary \ $(MESA_TOP)/src/mesa \ + $(MESA_TOP)/src/util \ $(intermediates)/common LOCAL_EXPORT_C_INCLUDE_DIRS := \