Shorten paths in DEPS environment variable

Summary:
Shorten paths in DEPS environment variable (take 2)

We were running into character limits because of the number of
DEPS and directory names being long. This takes the basedir and
sticks it into another environment variable which is then reused
in DEPS. This means anyone relying on $DEPS will still get the
proper paths
3 files changed
tree: f9d143abc76badfe285881223e986081bd062a30
  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