Include MicrodroidTestPreparer where it's used
This isn't required for local test with atest,
but required for running tests in the cloud with sandboxed environment.
Bug: 277655002, Bug: 272496125
Test: TH
Change-Id: I45551e276a99750340c84ad3c0e5eb7dc2394899
diff --git a/tests/hostside/Android.bp b/tests/hostside/Android.bp
index 248755f..c71a8ec 100644
--- a/tests/hostside/Android.bp
+++ b/tests/hostside/Android.bp
@@ -75,4 +75,5 @@
"libsparse",
"libz",
],
+ required: ["MicrodroidTestPreparer"],
}