android: Update for builtin_stubs.cpp move
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 2 Nov 2012 11:34:24 +0000 (12:34 +0100)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 2 Nov 2012 17:37:03 +0000 (10:37 -0700)
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>
src/glsl/Android.mk

index 87a02f51b8c029eaa41655268744f415fcb1e002..f975d03d1bbcdee345bab1c83837c327ef2ab23c 100644 (file)
@@ -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 := \