From c4cc87a7654755287cf2de4209649e5b4523e62a Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 14:01:40 +0000 Subject: 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 --- build/tests/Android.bp | 1 + javatests/Android.bp | 1 + javatests/com/android/internal/annotations/Android.bp | 1 + javatests/com/android/modules/utils/build/Android.bp | 1 + javatests/com/android/modules/utils/testing/Android.bp | 1 + 5 files changed, 5 insertions(+) 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"], } -- cgit v1.2.3