commit | d62c824611d08444432a79e0cb43ceb3772f008b | [log] [tgz] |
---|---|---|
author | Michael Marucheck <mmarucheck@fb.com> | Fri Nov 08 08:01:16 2013 -0800 |
committer | Michael Bolin <mbolin@fb.com> | Tue Nov 12 17:53:13 2013 -0800 |
tree | 6f7d1c47d154aedf3eea4623c6e6bd9e553f4d58 | |
parent | 9d9d2f720300371427b22bf66cbdd94c8ca234ef [diff] |
Use java_binary output rather than libs for $(exe). Summary: Currently when using $(exe) to reference a java binary in a genrule, we build the java binary jar and then ignore it. Instead, we pass a classpath that loads executable code from the java binary's transitive dependencies.
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