android: gallium/auxiliary: fix building error in Android 7.0
authorMauro Rossi <issor.oruam@gmail.com>
Tue, 10 Jan 2017 00:53:05 +0000 (01:53 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 16:24:19 +0000 (16:24 +0000)
commit02185a1c9b4cb25a197d65d2a724eb7d26b5d691
treee92251bb93c30db053cb32d252ffe2a02a99816b
parentf93f7cae14b387dc69b775b09622775c850a12b3
android: gallium/auxiliary: fix building error in Android 7.0

Conditional libLLVMCore static library dependency is added,
for the case when MESA_ENABLE_LLVM is true

Fixes the following building error with Android 7.0:

In file included from
external/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp:62:
...
external/llvm/include/llvm/IR/Attributes.h:68:14: fatal error:
'llvm/IR/Attributes.inc' file not found
    #include "llvm/IR/Attributes.inc"
             ^
1 error generated.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/auxiliary/Android.mk