Enable 16kb tests on general-tests suite
This doesn't need to be built on device side. Flag: TEST_ONLY Test: https://android-build.corp.google.com/builds/abtd/run/L50300030004790194 Bug: 342232954 Change-Id: I86493e8d197ca6acc24743e44b63a764bf4d36df
This commit is contained in:
@@ -33,7 +33,6 @@ android_test {
|
|||||||
],
|
],
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
test_suites: ["device-tests"],
|
|
||||||
libs: [
|
libs: [
|
||||||
"android.test.runner",
|
"android.test.runner",
|
||||||
"android.test.base",
|
"android.test.base",
|
||||||
@@ -57,6 +56,6 @@ java_test_host {
|
|||||||
data: [
|
data: [
|
||||||
":test_16kb_app",
|
":test_16kb_app",
|
||||||
],
|
],
|
||||||
test_suites: ["device-tests"],
|
test_suites: ["general-tests"],
|
||||||
test_config: "AndroidTest.xml",
|
test_config: "AndroidTest.xml",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user