Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit af8932b

Browse files
committed
Add bundletool deps and remove outdated header comment
1 parent 92c75c3 commit af8932b

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

DEPS

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
# This file is automatically processed to create .DEPS.git which is the file
2-
# that gclient uses under git.
1+
# This file contains the dependencies used by the Engine repo.
32
#
4-
# See http://code.google.com/p/chromium/wiki/UsingGit
5-
#
6-
# To test manually, run:
7-
# python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8-
# where <gcliendir> is the absolute path to the directory containing the
9-
# .gclient file (the parent of 'src').
10-
#
11-
# Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
12-
# gclient sync..
13-
# Verify the thing happened you wanted. Then revert your .DEPS.git change
14-
# DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
15-
# updated by a bot when you modify this one.
16-
#
17-
# When adding a new dependency, please update the top-level .gitignore file
18-
# to list the dependency's destination directory.
3+
# Use the `gclient sync` command to download and sync local checkouts
4+
# with the versions listed in this file.
195

206
vars = {
217
'chromium_git': 'https://chromium.googlesource.com',
@@ -445,6 +431,16 @@ deps = {
445431
'src/third_party/pkg/when':
446432
Var('dart_git') + '/when.git' + '@' + '0.2.0',
447433

434+
'src/third_party/bundletool': {
435+
'packages': [
436+
{
437+
'package': 'flutter/android/bundletool',
438+
'version': 'version:1.7.1'
439+
}
440+
],
441+
'dep_type': 'cipd',
442+
},
443+
448444
'src/third_party/android_tools/ndk': {
449445
'packages': [
450446
{

0 commit comments

Comments
 (0)