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 <r...@kernel.org> Reviewed-by: Chih-Wei Huang <cwhu...@linux.org.tw> --- Android.common.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.common.mk b/Android.common.mk index c9ec9ca66990..2cd4c1eef4bb 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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev