summaryrefslogtreecommitdiff
path: root/src/egl/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-07-21 15:34:19 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-07-22 16:35:27 +0100
commit461b4b103f545027beb59c1d747c85892c6c1f63 (patch)
tree9a4c51105f112ddeeee339c0740f3cb0c353c8fa /src/egl/Android.mk
parente2ef659c2ed36cca5a5c4a09440edb227eedcf60 (diff)
egl: android: remove DRM_GRALLOC_TOP hack
Now that the drm_gralloc module exports the correct includes we can get rid of this hack. Cc: Chih-Wei Huang <cwhuang@android-x86.org> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Varad Gautam <varadgautam@gmail.com>
Diffstat (limited to 'src/egl/Android.mk')
-rw-r--r--src/egl/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/Android.mk b/src/egl/Android.mk
index 516b53c6255..ebd67af34cc 100644
--- a/src/egl/Android.mk
+++ b/src/egl/Android.mk
@@ -52,7 +52,6 @@ LOCAL_CFLAGS += -DDEFAULT_DRIVER_DIR=\"/system/lib/dri\"
endif
LOCAL_C_INCLUDES := \
- $(DRM_GRALLOC_TOP) \
$(MESA_TOP)/src/egl/main \
$(MESA_TOP)/src/egl/drivers/dri2 \