Add a class that can generate a subset of buck.py and populate constructor args reflectively. Summary: As part of the work to add a plugin mechanism, we need a way of allowing new extensions to declare what arguments and dependencies they have without needing to modify buck.py. The BuildableArgInspector provides that. Test Plan: buck test --all
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0