diff options
author | Rob Herring <robh@kernel.org> | 2016-02-16 15:46:32 -0600 |
---|---|---|
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | 2016-03-17 18:45:46 +0800 |
commit | 048080b8c04cc8894a581aa902d7afa596372537 (patch) | |
tree | 0d538573ec7a5629f5232d7925eced42f4c40f0f | |
parent | 42156ec30b9b5853fb2034b91a5ca4f525232f95 (diff) | |
download | external_drm_gralloc-048080b8c04cc8894a581aa902d7afa596372537.zip external_drm_gralloc-048080b8c04cc8894a581aa902d7afa596372537.tar.gz external_drm_gralloc-048080b8c04cc8894a581aa902d7afa596372537.tar.bz2 |
Android.mk: remove unneeded static libraries
With the load_pipe_screen support, these libraries are no longer needed.
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |