Add friendlyeats to run_on_as_app
Contents of README.google:
Name: Friendly Eats
URL: https://github.com/firebase/friendlyeats-android
Version: NA
Revision: 7c6dd016fc31ea5ecb948d5166b8479efc3775cc
Date: Nov 3, 2020
License: Apache License 2.0
Bug: 152155164
Change-Id: Ifecdf6214512d2ed884b95d1ffa6ad4c9ce257c5
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 0d24985..56d8a18 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -115,6 +115,16 @@
# TODO(b/172535996): Fix recompilation
'skip_recompilation': True
}),
+ # TODO(b/172539375): Monkey runner fails on recompilation.
+ App({
+ 'id': 'com.google.firebase.example.fireeats',
+ 'name': 'FriendlyEats',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-release-unsigned.apk',
+ 'url': 'https://github.com/firebase/friendlyeats-android',
+ 'revision': '7c6dd016fc31ea5ecb948d5166b8479efc3775cc',
+ 'folder': 'friendlyeats',
+ }),
App({
'id': 'org.wikipedia',
'name': 'Wikipedia',