Move test apk out of the virt apex

The test apk is removed from the virt APEX, and installed as a
standalone test apk.

Bug: N/A
Test: atest MicrodroidHostTestCases
Change-Id: Ie68b88c413db9606ce081bd276c2e88a81722bb8
diff --git a/tests/hostside/Android.bp b/tests/hostside/Android.bp
index 429b737..0414030 100644
--- a/tests/hostside/Android.bp
+++ b/tests/hostside/Android.bp
@@ -7,4 +7,5 @@
     srcs: ["java/**/*.java"],
     test_suites: ["device-tests"],
     libs: ["tradefed"],
+    data: [":MicrodroidTestApp"],
 }