commit | 61b8c80e20dea44470be10c75d6565e99c202424 | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Thu Dec 20 08:18:40 2018 +0100 |
committer | Christoffer Quist Adamsen <christofferqa@google.com> | Thu Dec 20 08:18:40 2018 +0100 |
tree | 033c5acb9b6d9da852abe126460d3838cd55d434 | |
parent | ed85cda58a8f9213797637dc6fac2fee972194bd [diff] |
Extend run_on_as_app.py with friendlyeats Change-Id: I236fab5449244aa7cefab798d85946f190ec3750
diff --git a/tools/run_on_as_app.py b/tools/run_on_as_app.py index 4b73b55..a213dcc 100755 --- a/tools/run_on_as_app.py +++ b/tools/run_on_as_app.py
@@ -39,6 +39,9 @@ 'flavor': 'prod', 'signed-apk-name': 'app-prod-universal-release.apk' }, + 'friendlyeats-android': { + 'git_repo': 'https://github.com/firebase/friendlyeats-android.git' + }, 'KISS': { 'git_repo': 'https://github.com/Neamar/KISS', },