summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-04 18:59:58 +0100
committerEmil Velikov <[email protected]>2014-08-13 00:46:57 +0100
commit73121a34d455d1a79c10e859e0d47849614b1d00 (patch)
treed27eee1c2a04d801751f923450d12a91e696c884 /src/egl/drivers/dri2
parentdb4d7229bc4687714ee5384667eeda4224c13631 (diff)
android: loader: prefix static libraries with libmesa_*
Will make it easier on us as CleanSpec.mk comes along and improves consistency across the Android build. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/drivers/dri2')
-rw-r--r--src/egl/drivers/dri2/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/Android.mk b/src/egl/drivers/dri2/Android.mk
index 679cc2e5cca..f91a90336bf 100644
--- a/src/egl/drivers/dri2/Android.mk
+++ b/src/egl/drivers/dri2/Android.mk
@@ -44,7 +44,7 @@ LOCAL_C_INCLUDES := \
$(DRM_GRALLOC_TOP)
LOCAL_STATIC_LIBRARIES := \
- libloader
+ libmesa_loader
LOCAL_MODULE := libmesa_egl_dri2