From: Thierry Reding Date: Fri, 2 Nov 2012 11:34:24 +0000 (+0100) Subject: android: Update for builtin_stubs.cpp move X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0def90ede1e939173041b8785303de90f8fdc6c;p=mesa.git 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 --- 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 := \