Merge "Drop CtsInitTestCases from cts" into android14-tests-dev

This commit is contained in:
Jiyong Park 2024-02-23 00:51:01 +00:00 committed by Gerrit Code Review
commit 6681eac2d5

View file

@ -450,6 +450,7 @@ phony {
// ------------------------------------------------------------------------------
cc_test {
// Note: This is NOT a CTS test. See b/320800872
name: "CtsInitTestCases",
defaults: ["init_defaults"],
require_root: true,
@ -482,7 +483,6 @@ cc_test {
],
test_suites: [
"cts",
"device-tests",
],
}