diff options
author | Mauro Rossi <[email protected]> | 2015-11-07 01:23:46 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 11:18:19 +0000 |
commit | 480ba46bcb44169cefb46a978c24e3f77d144df2 (patch) | |
tree | 6c38045b959e2d36886b844392daf238912d894d /src | |
parent | b8547a50631649bf19fc29cb339bdb3992537607 (diff) |
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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/Android.gen.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Android.gen.mk b/src/glsl/Android.gen.mk index 6898fb0d492..59cc8577a6e 100644 --- a/src/glsl/Android.gen.mk +++ b/src/glsl/Android.gen.mk @@ -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) \ |