commit | 5f9c8bb6ebb41c88a0e767a9f379f8b46fc86e0f | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Jul 24 08:37:12 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Thu Sep 26 16:30:16 2013 -0700 |
tree | 3b82c90a04ea1f24a82bd0dc452ef82069b88f78 | |
parent | 167910aee36dcf8ff85817bb479b5a016d1bb14e [diff] |
Fix flaky construction of genrule $SRCDIR When the project root is initialized to "." the absolute paths for genrule() srcs can be constructed as /Users/self/src/./path. This later confuses genrule when it looks for the prefix to strip when creating the $SRCDIR, the canonical path of a source never contains /./ as a component.
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