Merge "Enable 16kb tests on general-tests suite" into main

This commit is contained in:
Treehugger Robot
2024-06-25 03:22:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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",
} }