[Mesa-dev] [PATCH mesa 2/2] egl: android: remove DRM_GRALLOC_TOP hack

Emil Velikov emil.l.velikov at gmail.com
Tue Jul 21 07:36:32 PDT 2015


Now that the drm_gralloc module exports the correct includes we can get
rid of this hack.

Cc: Varad Gautam <varadgautam at gmail.com>
Cc: Chih-Wei Huang <cwhuang at android-x86.org>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 Android.mk         | 2 --
 src/egl/Android.mk | 1 -
 2 files changed, 3 deletions(-)

diff --git a/Android.mk b/Android.mk
index 17fd5f5..ed160fb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,8 +45,6 @@ endif
 MESA_COMMON_MK := $(MESA_TOP)/Android.common.mk
 MESA_PYTHON2 := python
 
-DRM_GRALLOC_TOP := hardware/drm_gralloc
-
 classic_drivers := i915 i965
 gallium_drivers := swrast freedreno i915g ilo nouveau r300g r600g radeonsi vmwgfx vc4
 
diff --git a/src/egl/Android.mk b/src/egl/Android.mk
index 516b53c..ebd67af 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 \
 
-- 
2.4.5



More information about the mesa-dev mailing list