Android: fix Android O version check for LLVM
authorRob Herring <robh@kernel.org>
Wed, 23 Aug 2017 17:20:52 +0000 (12:20 -0500)
committerRob Herring <robh@kernel.org>
Thu, 24 Aug 2017 20:04:37 +0000 (15:04 -0500)
commit7db0bf8b31bf7839c7644cb2b640406fa2e61da0
treec802b15bfe358c63f5b990ae1a6a131d69238deb
parent5d2205fafb5d244af658de5e3c38c6cc805ae345
Android: fix Android O version check for LLVM

With the release of O, the MESA_ANDROID_MAJOR_VERSION has changed to 8.
Change the LLVM check to match. There's no point to continue to support 'O'
as no one is going to use an old AOSP master.

Presumably, we'll be back here again to fix things again for P (or 9).

Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Signed-off-by: Rob Herring <robh@kernel.org>
Android.mk