Re: [Mesa-dev] [PATCH 5/5] Android: disable AMD common when LLVM is disabled

2017-03-20 Thread Emil Velikov
On 20 March 2017 at 01:33, Rob Herring wrote: > LLVM enabled builds are broken with AOSP master. If building all targets > using "mmma external/mesa3d", the libmesa_amd_common will get built and > fail due to LLVM dependencies. Fix this by making it dependent on > MESA_ENABLE_LLVM. > > Signed-off-

[Mesa-dev] [PATCH 5/5] Android: disable AMD common when LLVM is disabled

2017-03-19 Thread Rob Herring
LLVM enabled builds are broken with AOSP master. If building all targets using "mmma external/mesa3d", the libmesa_amd_common will get built and fail due to LLVM dependencies. Fix this by making it dependent on MESA_ENABLE_LLVM. Signed-off-by: Rob Herring --- src/amd/Android.mk | 2 ++ 1 file ch