Track build file dependencies.

Summary:
Only invalidate affected cached build rules when:
1) the build file containing the rules is changed or removed
2) a file the build file transitively includes is changed or removed or
3) a file that could be in a glob in the build file is added or removed
This should greatly improve the performance of the buckd build file cache,
which currently invalidates the entire cache when anything changes.

Test Plan: ant && ant test
7 files changed
tree: e6ba969f9d8f61d1dcf40cb7b67436b233a6cd0d
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. pmd/
  7. scripts/
  8. src/
  9. test/
  10. testdata/
  11. third-party/
  12. .buckconfig
  13. .classpath
  14. .gitignore
  15. .project
  16. buck.iml
  17. build.xml
  18. DEFS
  19. LICENSE
  20. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0