Add the new YouTube dependency to the build file

And update .gitignore.

R=ager@google.com

Change-Id: I2277d69365a8de9a55c2acf8cf8f86ea112b54a2
2 files changed
tree: d5cbe74223128d14946edfb46634a1f6fdf3be62
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.