aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:40 +0000
committerHarshit Mahajan <harshitmahajan@google.com>2024-03-27 14:58:18 +0000
commitc4cc87a7654755287cf2de4209649e5b4523e62a (patch)
tree126a80781a6fce0a6233c6eda2b029f769fa7ce2
parent058fb8437e4ebb0c66085393c9800782b2921581 (diff)
downloadmodules-utils-c4cc87a7654755287cf2de4209649e5b4523e62a.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: I27ca8efbaec70ab64d81acf20cadd869b483f0da
-rw-r--r--build/tests/Android.bp1
-rw-r--r--javatests/Android.bp1
-rw-r--r--javatests/com/android/internal/annotations/Android.bp1
-rw-r--r--javatests/com/android/modules/utils/build/Android.bp1
-rw-r--r--javatests/com/android/modules/utils/testing/Android.bp1
5 files changed, 5 insertions, 0 deletions
diff --git a/build/tests/Android.bp b/build/tests/Android.bp
index fbd24b8..4e4f70f 100644
--- a/build/tests/Android.bp
+++ b/build/tests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_mainline_modularization",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/javatests/Android.bp b/javatests/Android.bp
index 0e7ec03..c17641e 100644
--- a/javatests/Android.bp
+++ b/javatests/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_mainline_modularization",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/javatests/com/android/internal/annotations/Android.bp b/javatests/com/android/internal/annotations/Android.bp
index c893d82..836f822 100644
--- a/javatests/com/android/internal/annotations/Android.bp
+++ b/javatests/com/android/internal/annotations/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_mainline_modularization",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/javatests/com/android/modules/utils/build/Android.bp b/javatests/com/android/modules/utils/build/Android.bp
index 06ceb34..f1d8025 100644
--- a/javatests/com/android/modules/utils/build/Android.bp
+++ b/javatests/com/android/modules/utils/build/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_mainline_modularization",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/javatests/com/android/modules/utils/testing/Android.bp b/javatests/com/android/modules/utils/testing/Android.bp
index 5da571b..c5e5969 100644
--- a/javatests/com/android/modules/utils/testing/Android.bp
+++ b/javatests/com/android/modules/utils/testing/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_mainline_modularization",
default_applicable_licenses: ["Android-Apache-2.0"],
}