From c0def90ede1e939173041b8785303de90f8fdc6c Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 2 Nov 2012 12:34:24 +0100 Subject: [PATCH] android: Update for builtin_stubs.cpp move This fixes the Android build after the move of builtin_stubs.cpp into the builtin_compiler subdirectory. This patch is untested. Signed-off-by: Thierry Reding Reviewed-by: Kenneth Graunke --- src/glsl/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk index 87a02f51b8c..f975d03d1bb 100644 --- a/src/glsl/Android.mk +++ b/src/glsl/Android.mk @@ -60,7 +60,7 @@ LOCAL_SRC_FILES := \ $(LIBGLCPP_FILES) \ $(LIBGLSL_FILES) \ $(LIBGLSL_CXX_FILES) \ - $(BUILTIN_COMPILER_CXX_FILES) \ + $(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp \ $(GLSL_COMPILER_CXX_FILES) LOCAL_C_INCLUDES := \ -- 2.30.2