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-
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