Android.mk: Fix missing \ from recent llvm change
authorJohn Stultz <john.stultz@linaro.org>
Thu, 12 Sep 2019 20:02:18 +0000 (20:02 +0000)
committerAdam Jackson <ajax@nwnk.net>
Fri, 13 Sep 2019 19:11:10 +0000 (19:11 +0000)
commit3976c86e70b25cb227ae80f680a2fe65a614e5f8
treeb1e4d492ef0edaae90f9451609f75245a7fa03a8
parent6ddfd37c7e5a132910d748429cc89289e97f1b38
Android.mk: Fix missing \ from recent llvm change

Building w/ AOSP, I was hitting the following error:
external/mesa3d/src/amd/Android.common.mk:95: error: missing separator.

Which was due to the changes to mesa-build-with-llvm  missing
a line continuation.

Fixes: 96b592696f13
Signed-off-by: John Stultz <john.stultz@linaro.org>
Android.mk