summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonish Kalia <ronish@google.com>2024-02-14 14:29:24 +0000
committerRonish Kalia <ronish@google.com>2024-02-14 14:29:24 +0000
commit0916c5f23fd03f6758987f7a095e680a356be0d1 (patch)
treeccea653d60b528a4d79bcf8c05006ad531bb15c2
parent8332e9e607eb545f0153ae52fbfb47d97244f894 (diff)
downloadfragile-0916c5f23fd03f6758987f7a095e680a356be0d1.tar.gz
[DON'T BLOCK] Test ownership migration rules
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: Ia0d57705ea79edf5232d2932b12d554fa4d13372
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e7c3447..06b597f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,10 @@
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_team: "trendy_team_android_rust",
+}
+
rust_test {
name: "fragile_test_src_lib",
host_supported: true,