Re: [Mesa-dev] [PATCH 1/2] Android: fix Android O version check for LLVM

2017-08-24 Thread Chih-Wei Huang
2017-08-24 1:25 GMT+08:00 Rob Herring : > 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 agai

[Mesa-dev] [PATCH 1/2] Android: fix Android O version check for LLVM

2017-08-23 Thread Rob Herring
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). Signed-off-by: Rob Herring ---