android: fix LLVM version string related building errors
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 13 Apr 2019 16:56:14 +0000 (18:56 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 13 Apr 2019 16:56:14 +0000 (18:56 +0200)
commite538dd67dee1ae00d7d7dcc232508058e68f4ce0
tree3e43b82d7baef47da7f6fc7e52fd58bcb45c7044
parent9e7b0988d6e98690eb8902e477b51713a6ef9cae
android: fix LLVM version string related building errors

Adding \ prior to " in llvm version string fixes the following building errors:

external/mesa/src/gallium/drivers/r600/r600_pipe_common.c:1290:14:
error: expected ')'
                 ", LLVM " MESA_LLVM_VERSION_STRING
                           ^
<command line>:8:34: note: expanded from here
                                 ^
external/mesa/src/gallium/drivers/r600/r600_pipe_common.c:1287:10:
note: to match this '('
        snprintf(rscreen->renderer_string, sizeof(rscreen->renderer_string),
                ^
1 error generated.

Fixes: 05b114e ("simplify LLVM version string printing")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Android.mk