From 6fb801786604c270fae99c3d665dcebaa0bff3a6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 Mar 2015 16:13:50 +0000 Subject: android: add $(mesa_top)/src include to the whole of mesa Many parts of mesa already have the include with others depending on it but it's missing. Add it once at the top makefile and be done with it. Cc: "10.4 10.5" Signed-off-by: Emil Velikov Reviewed-by: Chih-Wei Huang --- Android.common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.common.mk') diff --git a/Android.common.mk b/Android.common.mk index e34f206..f473a4b 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -31,6 +31,7 @@ endif endif LOCAL_C_INCLUDES += \ + $(MESA_TOP)/src \ $(MESA_TOP)/include MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION) -- cgit v1.1