diff options
Diffstat (limited to 'src/mesa/program/Android.mk')
-rw-r--r-- | src/mesa/program/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index 9a6f9629463..ccb0fa5f32b 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -78,5 +78,7 @@ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/gallium/auxiliary \ $(MESA_TOP)/src/gallium/include +LOCAL_EXPORT_C_INCLUDE_DIRS := $(intermediates) + include $(MESA_COMMON_MK) include $(BUILD_STATIC_LIBRARY) |