diff options
author | Thierry Reding <[email protected]> | 2012-11-02 12:34:24 +0100 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-02 10:37:03 -0700 |
commit | c0def90ede1e939173041b8785303de90f8fdc6c (patch) | |
tree | a7fe5b5fd9a08bb15605e45217e6a6ee8d9b0deb /src/glsl/Android.mk | |
parent | c5c3d2f9330705dcfd83bbdb6a5460ddc8a0f0e9 (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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/Android.mk')
-rw-r--r-- | src/glsl/Android.mk | 2 |
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 := \ |