Add Rover to run_on_app_dump
Contents of README.google:
Name: Rover Android SDK
URL: https://github.com/RoverPlatform/rover-android
Version: NA
Revision: 94342117097770ea3ca2c6df6ab496a1a55c3ce7
Date: Aug 7, 2020
License: Apache License 2.0
Bug: 152155164
Change-Id: If035bdfbe1ba250e3ab73afebe4adc5741a4843e
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 10dfbf2..6127a71 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -204,6 +204,16 @@
# TODO(b/172805505): Recompilation fails
'skip_recompilation': True,
}),
+ # TODO(b/172806808): Monkey runner does not work.
+ App({
+ 'id': 'io.rover.app.debug',
+ 'name': 'Rover',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'example-app-release-unsigned.apk',
+ 'url': 'https://github.com/RoverPlatform/rover-android',
+ 'revision': '94342117097770ea3ca2c6df6ab496a1a55c3ce7',
+ 'folder': 'rover-android',
+ }),
App({
'id': 'org.wikipedia',
'name': 'Wikipedia',