summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:59:12 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:59:12 +0000
commit42a6e08564eeccbbd1706b92621cc1b2e59b57e8 (patch)
tree5e3af2e6c3266af4a57adb003181de5670e075a1
parent0249c2b7dcd69bf089e2ba7fb9253cf29a77199d (diff)
downloadEmergencyInfo-42a6e08564eeccbbd1706b92621cc1b2e59b57e8.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: Id28e6cc171f489042a92a2f0449c75dec3feb03d
-rw-r--r--tests/robolectric/Android.bp1
-rw-r--r--tests/unit/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/robolectric/Android.bp b/tests/robolectric/Android.bp
index 50350367..0c245eb1 100644
--- a/tests/robolectric/Android.bp
+++ b/tests/robolectric/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_personal_safety",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 2be15871..326f2627 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_personal_safety",
default_applicable_licenses: ["Android-Apache-2.0"],
}