diff options
Diffstat (limited to 'meta-agl-flutter/tools/configs/_repos.json')
-rw-r--r-- | meta-agl-flutter/tools/configs/_repos.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-agl-flutter/tools/configs/_repos.json b/meta-agl-flutter/tools/configs/_repos.json new file mode 100644 index 000000000..7002d4161 --- /dev/null +++ b/meta-agl-flutter/tools/configs/_repos.json @@ -0,0 +1,11 @@ +[ + { + "uri": "https://github.com/toyota-connected/ivi-homescreen.git", + "rev": "ee49745485a88f23c32b8e3a62da40d4102c4623", + "branch": "agl" + }, + { + "uri": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", + "branch": "main" + } +] |