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

Commit 8d93ea0

Browse files
author
Emmanuel Garcia
authored
Add SDK licenses to DEPS (#22551)
1 parent 25c41f0 commit 8d93ea0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

DEPS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,17 @@ deps = {
467467
'dep_type': 'cipd',
468468
},
469469

470+
'src/third_party/android_tools/sdk/licenses': {
471+
'packages': [
472+
{
473+
'package': 'flutter_internal/android/sdk/licenses',
474+
'version': 'latest',
475+
}
476+
],
477+
'condition': 'download_android_deps',
478+
'dep_type': 'cipd',
479+
},
480+
470481
'src/third_party/android_embedding_dependencies': {
471482
'packages': [
472483
{

0 commit comments

Comments
 (0)