Add sqldelight to run_on_app_dumps
Contents for README.google:
Name: SQLDelight
URL: https://github.com/christofferqa/sqldelight
Version: NA
Revision: 2e67a1126b6df05e4119d1e3a432fde51d76cdc8
Date: Feb 7, 2019
License: Apache License 2.0
Forked from https://github.com/cashapp/sqldelight
Bug: 152155164
Change-Id: If4526a4cddeb74a715771387f9403c26f62eff8b
diff --git a/.gitignore b/.gitignore
index 3bfb1c4..aa41f2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,6 +162,8 @@
third_party/opensource-apps/simple-file-manager.tar.gz
third_party/opensource-apps/simple-gallery
third_party/opensource-apps/simple-gallery.tar.gz
+third_party/opensource-apps/sqldelight
+third_party/opensource-apps/sqldelight.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/sqldelight.tar.gz.sha1 b/third_party/opensource-apps/sqldelight.tar.gz.sha1
new file mode 100644
index 0000000..3a186f8
--- /dev/null
+++ b/third_party/opensource-apps/sqldelight.tar.gz.sha1
@@ -0,0 +1 @@
+31db97e3e578398a6e036390da81732717b5e0b7
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 0dad203..5cb8f6d 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -287,6 +287,15 @@
'skip_recompilation': True,
}),
App({
+ 'id': 'com.example.sqldelight.hockey',
+ 'name': 'SQLDelight',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'android-release.apk',
+ 'url': 'https://github.com/christofferqa/sqldelight',
+ 'revision': '2e67a1126b6df05e4119d1e3a432fde51d76cdc8',
+ 'folder': 'sqldelight',
+ }),
+ App({
'id': 'org.wikipedia',
'name': 'Wikipedia',
'dump_app': 'dump_app.zip',