summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Android.mk
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2017-05-22 19:04:48 -0500
committerRob Herring <[email protected]>2017-06-29 09:09:49 -0500
commita3d98ca62febdfbe035d655cb7c1f849bccfa105 (patch)
tree32cc3dfc003beb4715e1ad4eeb034d45582fc4fd /src/gallium/drivers/freedreno/Android.mk
parent4aaa21d12e1d7449a228e37ee3c502fbf159610a (diff)
Android: use symlinks for driver loading
Instead of having special driver loading logic for Android, create symlinks to gallium_dri.so so we can use the standard loading logic. Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Android.mk')
-rw-r--r--src/gallium/drivers/freedreno/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Android.mk b/src/gallium/drivers/freedreno/Android.mk
index 330e8242042..7b543097987 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