Merge "Move Enable16KbTest to device-tests" into main

This commit is contained in:
Pawan Wagh
2024-06-12 01:10:40 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,7 @@ android_test {
],
platform_apis: true,
certificate: "platform",
test_suites: ["general-tests"],
test_suites: ["device-tests"],
libs: [
"android.test.runner",
"android.test.base",
@@ -57,6 +57,6 @@ java_test_host {
data: [
":test_16kb_app",
],
test_suites: ["general-tests"],
test_suites: ["device-tests"],
test_config: "AndroidTest.xml",
}