From: Adrian Marius Negreanu <[email protected]> add third_party directory to the include paths. The contents of this dir were added by e8cdc409d75d8908973316a9e9826781918cfdf7
Signed-off-by: Adrian Marius Negreanu <[email protected]> --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index 668f755..460e2eb 100644 --- a/Android.mk +++ b/Android.mk @@ -41,6 +41,7 @@ LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/src/waffle/egl/ \ $(LOCAL_PATH)/src/waffle/linux/ \ $(LOCAL_PATH)/src/waffle/droid/ \ + $(LOCAL_PATH)/third_party/khronos/ \ LOCAL_SRC_FILES := \ src/waffle/core/wcore_tinfo.c \ -- 1.8.0 _______________________________________________ waffle mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/waffle

