[Mesa-dev] [PATCH 05/12] Android: drop LLVM support on Lollipop

Rob Herring robh at kernel.org
Thu Apr 27 19:43:41 UTC 2017


Mesa no longer supports LLVM 3.5 for any targets we support.
Android-x86 adds support for llvmpipe which could work, but android-x86
for L is using mesa 11.0 anyway.

Dropping this support enables clean-up of libelf dependencies.

Signed-off-by: Rob Herring <robh at kernel.org>
---
 Android.common.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Android.common.mk b/Android.common.mk
index ba3d1203ac11..38eb90991ab2 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -84,10 +84,6 @@ endif
 endif
 
 ifeq ($(MESA_ENABLE_LLVM),true)
-  ifeq ($(MESA_ANDROID_MAJOR_VERSION),5)
-    LOCAL_CFLAGS += -DHAVE_LLVM=0x0305 -DMESA_LLVM_VERSION_PATCH=2
-    ELF_INCLUDES := external/elfutils/0.153/libelf
-  endif
   ifeq ($(MESA_ANDROID_MAJOR_VERSION),6)
     LOCAL_CFLAGS += -DHAVE_LLVM=0x0307 -DMESA_LLVM_VERSION_PATCH=0
     ELF_INCLUDES := external/elfutils/src/libelf
-- 
2.11.0



More information about the mesa-dev mailing list