blob: 6ae124efc397bc135d3c42d03f6d9750f9d9ab59 [file] [log] [blame]
Xavier Ducrohetb5781252013-03-06 18:09:53 -08001This 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.