summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:56:18 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:56:18 +0000
commit68076b05b61faeca5765b5d1cc368dc44104c051 (patch)
tree43d84c988904e9b041840f482628f5f5cb3adf24
parent27093cca3abe9082781e00f4fef5a42bb977b8c5 (diff)
downloadsuite_harness-68076b05b61faeca5765b5d1cc368dc44104c051.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I4a354eed48017f7ef8f733016b03e1d3981cad32
-rw-r--r--common/host-side/tradefed/tests/Android.bp1
-rw-r--r--common/host-side/util/tests/Android.bp9
2 files changed, 6 insertions, 4 deletions
diff --git a/common/host-side/tradefed/tests/Android.bp b/common/host-side/tradefed/tests/Android.bp
index e73f936c..60d112b4 100644
--- a/common/host-side/tradefed/tests/Android.bp
+++ b/common/host-side/tradefed/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_testing_experiences",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/common/host-side/util/tests/Android.bp b/common/host-side/util/tests/Android.bp
index 109af135..4c28681e 100644
--- a/common/host-side/util/tests/Android.bp
+++ b/common/host-side/util/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_testing_experiences",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -23,16 +24,16 @@ java_test_host {
// Restrict visibility to only those targets that need to access it.
visibility: ["//visibility:private"],
-// test_options: {
-// unit_test: true,
-// },
+ // test_options: {
+ // unit_test: true,
+ // },
srcs: ["src/**/*.java"],
static_libs: [
"objenesis-host",
"mockito-host",
- "compatibility-host-util",
+ "compatibility-host-util",
"junit",
"json-prebuilt",
"tradefed",