summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tongbo Liu <liutongbo@google.com> 2023-12-19 09:18:36 +0000
committer Tongbo Liu <liutongbo@google.com> 2023-12-19 09:21:26 +0000
commitf69e6efe28ab3d1190659b8c677280fb8e0fc731 (patch)
tree9679700deeda0bf9000b1b45b6337b92de2722b1
parente2c7968854d087b1fb6d16b429cf6585986ed90c (diff)
Add mcts tag to MainlineCTS permission test modules.
Bug: 316436957 Relnote: add mcts tag Change-Id: I97bfaecbcf7f213f250b96f60bca428d53bbaba4
-rw-r--r--tests/cts/safetycenter/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cts/safetycenter/Android.bp b/tests/cts/safetycenter/Android.bp
index 347eb9de8..78e43bedd 100644
--- a/tests/cts/safetycenter/Android.bp
+++ b/tests/cts/safetycenter/Android.bp
@@ -47,5 +47,6 @@ android_test {
"cts",
"general-tests",
"mts-permission",
+ "mcts-permission",
],
}