Merge "Explicitly include MicrodroidTestPreparer in the test module"
This commit is contained in:
commit
44daceb414
|
@ -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: [
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue