android: export the path of glsl nir headers

The change is necessary to avoid building errors in glsl and i965
modules due to missing glsl_types.h header

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Mauro Rossi
2015-11-07 01:23:46 +01:00
committed by Emil Velikov
parent b8547a5063
commit 480ba46bcb
+2 -1
View File
@@ -38,7 +38,8 @@ LOCAL_C_INCLUDES += \
$(MESA_TOP)/src/glsl/nir
LOCAL_EXPORT_C_INCLUDE_DIRS += \
$(intermediates)/nir
$(intermediates)/nir \
$(MESA_TOP)/src/glsl/nir
LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \
$(LIBGLCPP_GENERATED_FILES) \