From 1c2de8977b56a283641746482344a6455eabef77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tapani=20P=C3=A4lli?= Date: Tue, 8 Nov 2016 12:49:18 +0200 Subject: [PATCH] android: add SPIRV_FILES to libmesa_nir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Tapani Pälli Reviewed-by: Emil Velikov Reviewed-by: Jason Ekstrand --- src/compiler/Android.nir.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk index e89a21c03ac..d08f5694a22 100644 --- a/src/compiler/Android.nir.mk +++ b/src/compiler/Android.nir.mk @@ -31,7 +31,8 @@ include $(LOCAL_PATH)/Makefile.sources include $(CLEAR_VARS) LOCAL_SRC_FILES := \ - $(NIR_FILES) + $(NIR_FILES) \ + $(SPIRV_FILES) \ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/mapi \ -- 2.30.2