summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-03-27 11:13:21 +0000
committerEmil Velikov <[email protected]>2015-04-22 14:18:47 +0100
commit413bc0a618d39873336cbfaf8fb5e43217f66ccf (patch)
tree9504ae0834cd1bef79348b8f04e917fcfae87e35
parent00bf7d2e9cd60dbd82d25b459c448e11c545a89a (diff)
ilo: remove unused include from Android.mk
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chih-Wei Huang <[email protected]>
-rw-r--r--src/gallium/drivers/ilo/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/Android.mk b/src/gallium/drivers/ilo/Android.mk
index 39de3a6070c..420413402f4 100644
--- a/src/gallium/drivers/ilo/Android.mk
+++ b/src/gallium/drivers/ilo/Android.mk
@@ -27,9 +27,6 @@ include $(LOCAL_PATH)/Makefile.sources
include $(CLEAR_VARS)
-LOCAL_C_INCLUDES := \
- $(LOCAL_PATH)/include
-
LOCAL_SRC_FILES := $(C_SOURCES)
LOCAL_MODULE := libmesa_pipe_ilo