diff options
author | Emil Velikov <[email protected]> | 2015-07-21 15:34:19 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:27 +0100 |
commit | 461b4b103f545027beb59c1d747c85892c6c1f63 (patch) | |
tree | 9a4c51105f112ddeeee339c0740f3cb0c353c8fa /src/egl | |
parent | e2ef659c2ed36cca5a5c4a09440edb227eedcf60 (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 <[email protected]>
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Varad Gautam <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/Android.mk | 1 |
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 \ |