summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-01-29 23:11:43 +0000
committerAditya Choudhary <caditya@google.com>2024-01-29 23:11:43 +0000
commit1faef55a014a5b1c4d785c25345aacf1b4a2c129 (patch)
treeb65fddf0d2f979da1381a718674898312ee0dcba
parentd0196f688c8266f0d4c5b95e88350080f8e877dc (diff)
downloadtests-1faef55a014a5b1c4d785c25345aacf1b4a2c129.tar.gz
[DON'T BLOCK] Test ownership migration rules
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I38b25eda724c2bafd78bf4d8a54c9e702c979fcb
-rw-r--r--net/test/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/test/Android.bp b/net/test/Android.bp
index b16b81f..25015d7 100644
--- a/net/test/Android.bp
+++ b/net/test/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_fwk_core_networking",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -20,5 +21,8 @@ python_test {
},
},
test_config: "vts_kernel_net_tests.xml",
- test_suites: ["vts", "general-tests"],
+ test_suites: [
+ "vts",
+ "general-tests",
+ ],
}