summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-03-26 20:40:50 -0400
committer Mark Renouf <mrenouf@google.com> 2024-03-26 20:40:50 -0400
commit2f320b13c20d1e4d3c7d10415db2f0ce049ab863 (patch)
treebcb2619cb85906744aaeb546bf18570fab5f6093
parenta695cb117234b3f8a97b33dd21f83711bab65f6f (diff)
Migrate Test Targets to New Android Ownership Model
See: go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ib5a952d8e6896056e32e751bcd2f76c5557322e7
-rw-r--r--Android.bp8
-rw-r--r--tests/activity/Android.bp1
-rw-r--r--tests/integration/Android.bp3
-rw-r--r--tests/shared/Android.bp2
-rw-r--r--tests/unit/Android.bp1
5 files changed, 9 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index e5364c6f..d476321c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,10 +70,10 @@ android_library {
"androidx.lifecycle_lifecycle-runtime-compose",
],
javacflags: [
- "-Adagger.fastInit=enabled",
- "-Adagger.explicitBindingConflictsWithInject=ERROR",
- "-Adagger.strictMultibindingValidation=enabled",
- ]
+ "-Adagger.fastInit=enabled",
+ "-Adagger.explicitBindingConflictsWithInject=ERROR",
+ "-Adagger.strictMultibindingValidation=enabled",
+ ],
}
java_defaults {
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp
index 4e8f9fc8..32077f98 100644
--- a/tests/activity/Android.bp
+++ b/tests/activity/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_capture_and_share",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/integration/Android.bp b/tests/integration/Android.bp
index f17df160..4c8fc37a 100644
--- a/tests/integration/Android.bp
+++ b/tests/integration/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_capture_and_share",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -40,5 +41,5 @@ android_test {
"truth",
"truth-java8-extension",
],
- test_suites: ["general-tests"]
+ test_suites: ["general-tests"],
}
diff --git a/tests/shared/Android.bp b/tests/shared/Android.bp
index 55188ee3..d75af5bb 100644
--- a/tests/shared/Android.bp
+++ b/tests/shared/Android.bp
@@ -32,6 +32,6 @@ java_library {
"hamcrest",
"IntentResolver-core",
"mockito-target-minus-junit4",
- "truth"
+ "truth",
],
}
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 2710dbd2..78d32ae7 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_capture_and_share",
default_applicable_licenses: ["Android-Apache-2.0"],
}