facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Add support for NDK versions 21.4 and upwards #2685

Closed marcesengel closed 1 year ago

marcesengel commented 2 years ago

NDK up to 21.3 uses clang 9.0.8, from there onwards clang 9.0.9 is used.

bigfootjon commented 1 year ago

@marcesengel would you mind rebasing this to get CI signal? Or would you mind if someone else took this over?

marcesengel commented 1 year ago

@bigfootjon what would you like me to rebase to? Update facebook:main?

Edit: wouldn't mind somebody else taking over either

bigfootjon commented 1 year ago

Cool, I'll pick this up. CC @cortinico can I convince you to review?

bigfootjon commented 1 year ago

Superseded by https://github.com/facebook/buck/pull/2728