readme.txt
1This folder contains 2 repositories which are both needed
2to compile tools/base, tools/swt and tools/build with Gradle,
3without accessing an external repository.
4
5repository/ is the main repository containing dependencies that
6are needed at runtime. A NOTICE file should be put next to each
7artifact for the build to succeed.
8
9internal/ is a secondary repository for dependencies necessary
10for building and testing but not for running. The content of this
11repository is not published.