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>tags/11.0-branchpoint
@@ -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 | |||
@@ -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 \ | |||