Add kiss to run_on_app_dump
Contents of README.google:
Name: KISS
URL: https://github.com/Neamar/KISS
Version: NA
Revision: 8ccffaadaf0d0b8fc4418ed2b4281a0935d3d971
Date: Nov 3, 2020
License: GNU General Public License v3.0
Bug: 152155164
Change-Id: I98b26d5ea67085b9eb147f20402d544f397d4285
diff --git a/.gitignore b/.gitignore
index 6e4c0e3..2e15bca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,6 +138,8 @@
third_party/opensource-apps/friendlyeats.tar.gz
third_party/opensource-apps/iosched
third_party/opensource-apps/iosched.tar.gz
+third_party/opensource-apps/kiss
+third_party/opensource-apps/kiss.tar.gz
third_party/opensource-apps/sunflower
third_party/opensource-apps/sunflower.tar.gz
third_party/opensource-apps/wikipedia
diff --git a/third_party/opensource-apps/kiss.tar.gz.sha1 b/third_party/opensource-apps/kiss.tar.gz.sha1
new file mode 100644
index 0000000..6d9e214
--- /dev/null
+++ b/third_party/opensource-apps/kiss.tar.gz.sha1
@@ -0,0 +1 @@
+ae4ff6d906f2840ee6a855e989e8b563f948ba73
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index bf5d4c7..228ec2f 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -131,7 +131,7 @@
'dump_app': 'dump_app.zip',
'apk_app': 'app-debug.apk',
# TODO(b/172549283): Compiling tests fails
- 'id_test': 'com.example.applymapping.test',
+ 'id_test': 'com.google.samples.apps.sunflower.test',
'dump_test': 'dump_test.zip',
'apk_test': 'app-debug-androidTest.apk',
'url': 'https://github.com/android/sunflower',
@@ -151,6 +151,19 @@
'folder': 'iosched',
}),
App({
+ 'id': 'fr.neamar.kiss',
+ 'name': 'KISS',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-release.apk',
+ # TODO(b/172569220): Running tests fails due to missing keep rules
+ 'id_test': 'fr.neamar.kiss.test',
+ 'dump_test': 'dump_test.zip',
+ 'apk_test': 'app-release-androidTest.apk',
+ 'url': 'https://github.com/Neamar/KISS',
+ 'revision': '8ccffaadaf0d0b8fc4418ed2b4281a0935d3d971',
+ 'folder': 'kiss',
+ }),
+ App({
'id': 'org.wikipedia',
'name': 'Wikipedia',
'dump_app': 'dump_app.zip',