Move Enable16KbTest to device-tests

general-tests are not configured for the devices
which should be tested. Moving test to device-test suite.

Test: m Enable16KbTest && atest -c Enable16KbTest
Bug: 345763025
Change-Id: I01abf4ec91c4f7b588de12ac9cb71b805849e4ac
This commit is contained in:
Pawan Wagh
2024-06-10 21:19:27 +00:00
parent 9021526247
commit 3aa1405acb

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