commit | 0edd5b860a771057bf532176d91a4398a394bdef | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jan 31 00:58:50 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 31 00:58:50 2024 +0000 |
tree | 049363bc98fc89d79ce83d5c0081debc7dba20d3 | |
parent | 14258369ef5c029a701c9fce51fc3f8a5946a097 [diff] | |
parent | 75070b37e280dd76c0f00d5bf2a8eb96053b1483 [diff] |
Merge "Drop CtsInitTestCases from cts" into main
diff --git a/init/Android.bp b/init/Android.bp index a7278d6..181de2e 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -475,6 +475,7 @@ // ------------------------------------------------------------------------------ cc_test { + // Note: This is NOT a CTS test. See b/320800872 name: "CtsInitTestCases", defaults: ["init_defaults"], require_root: true, @@ -507,7 +508,6 @@ ], test_suites: [ - "cts", "device-tests", ], }