Merge "Explicitly include MicrodroidTestPreparer in the test module"

This commit is contained in:
Treehugger Robot 2023-04-12 04:53:20 +00:00 committed by Gerrit Code Review
commit 44daceb414
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ java_test_host {
"AuthFsHostTestCommon", "AuthFsHostTestCommon",
"MicrodroidHostTestHelper", "MicrodroidHostTestHelper",
"cts-host-utils", "cts-host-utils",
"MicrodroidTestPreparer", // Workaround for sandboxed test environment to install this
], ],
test_suites: ["general-tests"], test_suites: ["general-tests"],
data_device_bins_first: [ data_device_bins_first: [

View File

@ -38,6 +38,7 @@ java_test_host {
"compatibility-host-util", "compatibility-host-util",
"cts-statsd-atom-host-test-utils", "cts-statsd-atom-host-test-utils",
"microdroid_payload_metadata", "microdroid_payload_metadata",
"MicrodroidTestPreparer", // Workaround for sandboxed test environment to install this
], ],
per_testcase_directory: true, per_testcase_directory: true,
data: [ data: [