Neil Mitchell
Neil Mitchell
It doesn't currently support Android or Java. All the code is probably open source between the archived Buck1 repo and the Buck2 repo, but putting it together is a lot...
The unique challenge is that Buck1 has very deep support for Android, with advanced compilers, resource compilation model etc. It gives a really good Android experience. Buck2 built our Android...
Currently we don't really support Android builds at all in the open source version. Once that is fixed this is probably a better question to ask. Is the Data Binding...
Buck2 supports Android builds internally, but the tools etc aren't all cleaned up, decoupled and available open source. Someone is working on it though.
I'm afraid any docs under `legacy` aren't really true. They are docs for Buck1. Someone is working on removing them right now, in response to your entirely reasonable misunderstanding. The...
I've put up an internal patch moving `toolchain_alias` into the prelude. Should land open source on Tuesday after everyone is back from Thanksgiving.
We have an internal ticket for it but not a GitHub one. I'll let @lmvasquezg decide whether it's nearly done or needs an external ticket too.
@JakobDegen - this might be one you want to look at.
There is no documentation yet - we're starting to produce wrappers that act a bit more like Bazel (#421), but nothing is ready yet. For Gazelle, there are various uses....
When we do analysis for a C++ library we produce a static, shared and pic version. All three of those are available as subtargets, e.g. `buck2 build :foo[shared]`. But they...