On Wed, Jun 28, 2017 at 11:46 AM, Eric Anholt <[email protected]> wrote: > Rob Herring <[email protected]> writes: > >> Instead of having special driver loading logic for Android, create >> symlinks to gallium_dri.so so we can use the standard loading logic. >> >> Signed-off-by: Rob Herring <[email protected]> > > >> diff --git a/src/gallium/drivers/freedreno/Android.mk >> b/src/gallium/drivers/freedreno/Android.mk >> index 330e82420426..7b543097987c 100644 >> --- a/src/gallium/drivers/freedreno/Android.mk >> +++ b/src/gallium/drivers/freedreno/Android.mk >> @@ -50,6 +50,7 @@ include $(GALLIUM_COMMON_MK) >> include $(BUILD_STATIC_LIBRARY) >> >> ifneq ($(HAVE_GALLIUM_FREEDRENO),) >> +GALLIUM_TARGET_DRIVERS += msm >> $(eval GALLIUM_LIBS += $(LOCAL_MODULE) libmesa_winsys_freedreno) >> $(eval GALLIUM_SHARED_LIBS += $(LOCAL_SHARED_LIBRARIES)) >> endif > > Looks like the automake build also gives this one a symlink under "kgsl"
IIUC, that's for use with downstream components. We don't support that on Android already, and I see no reason that we need to. > Other than that, nice cleanup: > > Reviewed-by: Eric Anholt <[email protected]> Thanks. Rob _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
