android: Depend on gallium_dri from EGL, instead of linking in gallium.
authorChih-Wei Huang <cwhuang@android-x86.org>
Wed, 20 May 2015 03:25:29 +0000 (11:25 +0800)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2015 18:38:45 +0000 (11:38 -0700)
commitac296aee58158ccf1953e812a04f99eb5f8eb57b
treeb762716ff8f3ac35c3cf731550a546d8169d0718
parent933df3d3350867282d7334c94abf1ec677d78029
android: Depend on gallium_dri from EGL, instead of linking in gallium.

The Android gallium build used to use gallium_egl, which was removed back
in March.  Instead, we will now use a normal Mesa libEGL loader with
dlopen()ing of a DRI module.

v2: add a clean step to rebuild all dri modules properly.
v3: Squish the 2 patches doing this together (change by anholt).

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Eric Anholt <eric@anholt.net>
Android.mk
CleanSpec.mk
src/egl/main/Android.mk