Skip to content

Commit 461b4b1

Browse files
committed
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 <[email protected]> Cc: Eric Anholt <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Tested-by: Varad Gautam <[email protected]>
1 parent e2ef659 commit 461b4b1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Android.mk

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ endif
4545
MESA_COMMON_MK := $(MESA_TOP)/Android.common.mk
4646
MESA_PYTHON2 := python
4747

48-
DRM_GRALLOC_TOP := hardware/drm_gralloc
49-
5048
classic_drivers := i915 i965
5149
gallium_drivers := swrast freedreno i915g ilo nouveau r300g r600g radeonsi vmwgfx vc4
5250

src/egl/Android.mk

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ LOCAL_CFLAGS += -DDEFAULT_DRIVER_DIR=\"/system/lib/dri\"
5252
endif
5353

5454
LOCAL_C_INCLUDES := \
55-
$(DRM_GRALLOC_TOP) \
5655
$(MESA_TOP)/src/egl/main \
5756
$(MESA_TOP)/src/egl/drivers/dri2 \
5857

0 commit comments

Comments
 (0)