summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:25 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 14:01:25 +0000
commit23fd62bd1d44e57406bcfa0e374611459dff42ed (patch)
tree21305a9a8aca3f5b87fbd0fec8e24d979e0943c1
parent4247f8b06e40b94cdadad4b362bcbbfd21a83360 (diff)
downloadAdServices-23fd62bd1d44e57406bcfa0e374611459dff42ed.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: Ieb98a2ac5e90d5115fb9b09b76f724ac1f7c67ee
-rw-r--r--adservices/apk/unittest/Android.bp1
-rw-r--r--adservices/libraries/cobalt/tests/Android.bp1
-rw-r--r--adservices/libraries/collectors-helper/tests/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/adservices/apk/unittest/Android.bp b/adservices/apk/unittest/Android.bp
index a591af3bb0..63fbb02ce1 100644
--- a/adservices/apk/unittest/Android.bp
+++ b/adservices/apk/unittest/Android.bp
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/adservices/libraries/cobalt/tests/Android.bp b/adservices/libraries/cobalt/tests/Android.bp
index d2af18c60f..9412436e1a 100644
--- a/adservices/libraries/cobalt/tests/Android.bp
+++ b/adservices/libraries/cobalt/tests/Android.bp
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/adservices/libraries/collectors-helper/tests/Android.bp b/adservices/libraries/collectors-helper/tests/Android.bp
index 73e0380509..40044933e6 100644
--- a/adservices/libraries/collectors-helper/tests/Android.bp
+++ b/adservices/libraries/collectors-helper/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
default_applicable_licenses: ["Android-Apache-2.0"],
}