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/program/Android.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/program/Android.mk')
-rw-r--r-- | src/mesa/program/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index e85afe67253..a237b65bc08 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -71,6 +71,7 @@ $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program_lexer.l LOCAL_C_INCLUDES := \ $(intermediates) \ + $(MESA_TOP)/src \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa \ $(MESA_TOP)/src/glsl |