blob: 72299a5c7cce8b34eaf95b1879863d1da7cb556e [file] [log] [blame]
Name: Android Deps Repository
Short Name: android_deps
URL: https://chromium.googlesource.com/chromium/src/+/master/tools/android/roll/android_deps/README.md
Version: 1
License: Refer to additional_readme_paths.json
License File: NOT_SHIPPED
Security Critical: no
Description:
A gradle-specified repository for Android and Java dependencies.
Local Modifications:
Everything directly here is chromium code, and third_party code lives under
`repository`, where each library has its own README.chromium and LICENSE:
```
third_party/android_deps
├── .gitignore (hand written)
├── additional_license_paths.json (generated)
├── BUILD.gn (partly generated)
├── repository (generated)
│   ├── dependency_group_name_and_version
│   │ ├── dependency_name_and_version.jar (third_party)
│   │ ├── LICENSE (third_party)
│   │ └── README.chromium (generated)
│   └── other_dependency_group_name_and_version
│   ├── other_dependency_name_and_version.jar (third_party)
│   ├── LICENSE (third_party)
│   └── README.chromium (generated)
└── README.chromium (hand written)
```
Instructions for adding/updating dependencies are in:
//tools/android/roll/android_deps/README.md