diff options
author | Tomasz Figa <[email protected]> | 2014-09-27 16:19:59 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-10-03 01:25:28 +0100 |
commit | d703abf735bc2fe27af893d07e44598b8601b172 (patch) | |
tree | 85a582f9ac5105add9326c027366c47f361755e1 /src/mesa/Android.libmesa_st_mesa.mk | |
parent | 493bfa54a57e2feddd887ba0ec3d5ef139e82f3b (diff) |
util: Include in Android builds
This patch fixes Android build failures by including src/util directory
in compilation. Files inside of this directory are compiled into
libmesa_util static library and linked with resulting libGLES_mesa.
Signed-off-by: Tomasz Figa <[email protected]>
CC: <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Android.libmesa_st_mesa.mk')
-rw-r--r-- | src/mesa/Android.libmesa_st_mesa.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Android.libmesa_st_mesa.mk b/src/mesa/Android.libmesa_st_mesa.mk index e6374a6d815..e486e1a8c3b 100644 --- a/src/mesa/Android.libmesa_st_mesa.mk +++ b/src/mesa/Android.libmesa_st_mesa.mk @@ -50,6 +50,7 @@ LOCAL_C_INCLUDES := \ $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \ $(MESA_TOP)/src/gallium/auxiliary \ $(MESA_TOP)/src/gallium/include \ + $(MESA_TOP)/src \ $(MESA_TOP)/src/glsl \ $(MESA_TOP)/src/mapi |