Add ApkInApexTest to MTS

Test: m mts && mts-tradefed run mts-core-tests-list-eng-only

or

Test: m mts && mts-tradefed run mts -m ApkInApexTest -t
com.android.modules.apkinapex.ApkInApexTest

Ignore-AOSP-First: work not in AOSP yet

Bug: 208239394
Change-Id: I500e0c385bfac0fb44f4f2f00ff51245925fa108
This commit is contained in:
Pedro Loureiro
2022-05-03 15:13:55 +00:00
parent d60a3df227
commit 03253cb9ad

View File

@@ -34,4 +34,8 @@ java_test_host {
"modules-utils-build-testing",
"truth-prebuilt",
],
test_suites: [
"general-tests",
"mts-core",
],
}