diff options
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/Android.glsl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Android.glsl.mk b/src/compiler/Android.glsl.mk index dcc356f1856..0aabafa2673 100644 --- a/src/compiler/Android.glsl.mk +++ b/src/compiler/Android.glsl.mk @@ -36,6 +36,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ $(LIBGLCPP_FILES) \ $(LIBGLSL_FILES) \ + $(LIBGLSL_SHADER_CACHE_FILES) LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/mapi \ |