summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihan Dong <slotus@google.com>2023-07-07 15:37:24 +0800
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-14 01:24:30 +0000
commitf2ff0bebe5a650ff9c7ddf5cfd8aa4d93cf2b8f0 (patch)
tree85864ab14159ee497c3d84488161fcf5e77b93b9
parentd13b975f2d35e243e82465f196817e1353bd5573 (diff)
downloadcts-f2ff0bebe5a650ff9c7ddf5cfd8aa4d93cf2b8f0.tar.gz
Revert two cts tags
These two CTS tags are for "android_test" not "android_test_helper_app". Removing CTS tags on these two modules doesn't affect CTS but will affect STS. Bug: 288315138 Test: make sts Test: sts-tradefed run sts-dynamic-develop (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9e9fd0a467e2c861306303e29c5de9fb0c3d6cc2) Merged-In: Ib2c155cab7a8f73cb58e7cd56579f11fe916d317 Change-Id: Ib2c155cab7a8f73cb58e7cd56579f11fe916d317
-rw-r--r--tests/app/StorageDelegator/Android.bp1
-rw-r--r--tests/app/app/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/StorageDelegator/Android.bp b/tests/app/StorageDelegator/Android.bp
index 9e1b7468c04..bd389584d91 100644
--- a/tests/app/StorageDelegator/Android.bp
+++ b/tests/app/StorageDelegator/Android.bp
@@ -28,6 +28,7 @@ android_test {
// Tag this module as a cts test artifact
test_suites: [
+ "cts",
"general-tests",
"sts",
],
diff --git a/tests/app/app/Android.bp b/tests/app/app/Android.bp
index 4044073d3b8..098f2b5571d 100644
--- a/tests/app/app/Android.bp
+++ b/tests/app/app/Android.bp
@@ -124,6 +124,7 @@ android_test {
],
// Tag this module as a cts test artifact
test_suites: [
+ "cts",
"general-tests",
"sts",
],