aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
diff options
context:
space:
mode:
authorPaulo Sergio Travaglia <[email protected]>2014-07-20 21:47:59 +0100
committerEmil Velikov <[email protected]>2014-08-13 00:46:52 +0100
commit5bbfa308c918ee40ec4deea91362688d325886f9 (patch)
tree5f6298a519ac6332ef4ae0648ab8b4e9c667c5fa /src/gallium/winsys/radeon
parent825fa2873f2d5c35cea88c31e5baafc978baaec0 (diff)
android: gallium/radeon: attempt to fix the android build
- include the correct folders - add a new buildscript for the common radeon folder v2: Use the installed libdrm headers over the DRM_TOP ones. Cc: "10.1 10.2" <[email protected]> [Emil Velikov] Split up and add commit message. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys/radeon')
-rw-r--r--src/gallium/winsys/radeon/drm/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/winsys/radeon/drm/Android.mk b/src/gallium/winsys/radeon/drm/Android.mk
index c1922498225..3165ba479e8 100644
--- a/src/gallium/winsys/radeon/drm/Android.mk
+++ b/src/gallium/winsys/radeon/drm/Android.mk
@@ -30,9 +30,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(C_SOURCES)
-LOCAL_C_INCLUDES := \
- $(DRM_TOP) \
- $(DRM_TOP)/include/drm
+LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/libdrm
LOCAL_MODULE := libmesa_winsys_radeon