From 048080b8c04cc8894a581aa902d7afa596372537 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 16 Feb 2016 15:46:32 -0600 Subject: Android.mk: remove unneeded static libraries With the load_pipe_screen support, these libraries are no longer needed. Signed-off-by: Rob Herring --- Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Android.mk b/Android.mk index ce1b527..69e9286 100644 --- a/Android.mk +++ b/Android.mk @@ -120,9 +120,6 @@ LOCAL_C_INCLUDES += \ external/mesa/src/gallium/include \ external/mesa/src/gallium/auxiliary -LOCAL_STATIC_LIBRARIES += \ - libmesa_gallium \ - libmesa_util \ LOCAL_SHARED_LIBRARIES += libdl endif # pipe_drivers -- cgit v1.1