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/.gitignore b/.gitignore
index df5ee03..ac086fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,6 +134,8 @@
 third_party/opensource-apps/applymapping.tar.gz
 third_party/opensource-apps/chanu
 third_party/opensource-apps/chanu.tar.gz
+third_party/opensource-apps/friendlyeats
+third_party/opensource-apps/friendlyeats.tar.gz
 third_party/opensource-apps/wikipedia
 third_party/opensource-apps/wikipedia.tar.gz
 third_party/opensource_apps
diff --git a/third_party/opensource-apps/friendlyeats.tar.gz.sha1 b/third_party/opensource-apps/friendlyeats.tar.gz.sha1
new file mode 100644
index 0000000..952e2a8
--- /dev/null
+++ b/third_party/opensource-apps/friendlyeats.tar.gz.sha1
@@ -0,0 +1 @@
+f4ba305339e9285e8e865c526c737d385528e1c4
\ No newline at end of file
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',