Add CtsErrorsApk to the list of data dependencies so that the apk would
be copied to the device when running the test.

Test: atest ErrorsTest
Change-Id: I40eefb131ae3f93911620d430389a283b5e41d4d
diff --git a/hostsidetests/incident/Android.bp b/hostsidetests/incident/Android.bp
index 0e97a61..849e901 100644
--- a/hostsidetests/incident/Android.bp
+++ b/hostsidetests/incident/Android.bp
@@ -31,4 +31,7 @@
         "platformprotos",
         "truth-prebuilt",
     ],
+    data: [
+        ":CtsErrorsApp",
+    ],
 }