summaryrefslogtreecommitdiff
path: root/src/glsl
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-11-02 12:34:24 +0100
committerKenneth Graunke <kenneth@whitecape.org>2012-11-02 10:37:03 -0700
commitc0def90ede1e939173041b8785303de90f8fdc6c (patch)
treea7fe5b5fd9a08bb15605e45217e6a6ee8d9b0deb /src/glsl
parentc5c3d2f9330705dcfd83bbdb6a5460ddc8a0f0e9 (diff)
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 <thierry.reding@avionic-design.de> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/Android.mk2
1 files changed, 1 insertions, 1 deletions
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 := \