Add android-suite-calculator to app dumps

Contents of README.google:

Name: Numix Android Suite - Calculator
URL: https://github.com/numixproject/android-suite/tree/master/Calculator
Version: NA
Revision: f58e1b53f7278c9b675d5855842c6d8a44cccb1f
Date: Jun 19, 2018
License: MIT

Bug: 152155164
Change-Id: Ic1d75f48e4676fb6fdbce232ac6514b9048b3258
diff --git a/.gitignore b/.gitignore
index e5a5af0..62d3333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,6 +126,8 @@
 third_party/openjdk/openjdk-rt-1.8.tar.gz
 third_party/opensource-apps/applymapping
 third_party/opensource-apps/applymapping.tar.gz
+third_party/opensource-apps/android-suite-calculator
+third_party/opensource-apps/android-suite-calculator.tar.gz
 third_party/opensource_apps
 third_party/opensource_apps.tar.gz
 third_party/proguard/*
diff --git a/third_party/opensource-apps/android-suite-calculator.tar.gz.sha1 b/third_party/opensource-apps/android-suite-calculator.tar.gz.sha1
new file mode 100644
index 0000000..175f01a
--- /dev/null
+++ b/third_party/opensource-apps/android-suite-calculator.tar.gz.sha1
@@ -0,0 +1 @@
+51a99d63f0449fbe61d077ff5edbec397dd06a52
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index b2404c2..116ea06 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -54,6 +54,21 @@
 
 APPS = [
   App({
+    'id': 'com.numix.calculator',
+    'name': 'Calculator',
+    'dump_app': 'dump_app.zip',
+    'apk_app': 'app-release.apk',
+    # Compiling tests fail: Library class android.content.res.XmlResourceParser
+    # implements program class org.xmlpull.v1.XmlPullParser. Nothing to really
+    # do about that.
+    'id_test': 'com.numix.calculator.test',
+    'dump_test': 'dump_test.zip',
+    'apk_test': 'app-release-androidTest.apk',
+    'url': 'https://github.com/numixproject/android-suite/tree/master/Calculator',
+    'revision': 'f58e1b53f7278c9b675d5855842c6d8a44cccb1f',
+    'folder': 'android-suite-calculator',
+  }),
+  App({
     'id': 'com.example.applymapping',
     'name': 'applymapping',
     'dump_app': 'dump_app.zip',