Enable test app muzei

Change-Id: Ifb3eb63ea0973de05a9ace27e474d3b0747fa434
diff --git a/tools/run_on_as_app.py b/tools/run_on_as_app.py
index 1546389..f865e2d 100755
--- a/tools/run_on_as_app.py
+++ b/tools/run_on_as_app.py
@@ -207,6 +207,19 @@
       ]
   }),
   Repo({
+      'name': 'muzei',
+      'url': 'https://github.com/sgjesse/muzei.git',
+      'revision': 'e7e4ab1039bb18009254b94831b17676bc3b8bc1',
+      'apps': [
+          App({
+              'id': 'net.nurik.roman.muzei',
+              'module': 'main',
+              'archives_base_name': 'muzei',
+              'compile_sdk': 28
+          })
+      ]
+  }),
+  Repo({
       'name': 'NewPipe',
       'url': 'https://github.com/christofferqa/NewPipe',
       'revision': 'ed543099c7823be00f15d9340f94bdb7cb37d1e6',
@@ -312,19 +325,6 @@
               'id': 'com.publisher.vungle.sample'
           })
       ]
-  }),
-  # This does not build yet.
-  Repo({
-      'name': 'muzei',
-      'url': 'https://github.com/sgjesse/muzei.git',
-      'revision': 'bed2a5f79c6e08b0a21e3e3f9242232d0848ef74',
-      'apps': [
-          App({
-              'module': 'main',
-              'archives_base_name': 'muzei',
-              'skip': True
-          })
-      ]
   })
 ]
 
@@ -525,7 +525,7 @@
             task_name:duration for task_name, duration in profile.iteritems()
             if as_utils.IsGradleCompilerTask(task_name, shrinker)}
       except Exception as e:
-        warn('Failed to build {} with {}'.format(app, shrinker))
+        warn('Failed to build {} with {}'.format(app.name, shrinker))
         if e:
           print('Error: ' + str(e))
         result['build_status'] = 'failed'