summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-01-30 13:48:31 +0000
committerAditya Choudhary <caditya@google.com>2024-01-30 13:48:31 +0000
commit2f5d40b1318f1758ad1397fdaf4bd65a54e60ff6 (patch)
tree36c2e576b8c46c113f1a32fffaf72abc33019356
parent137b33a694f75ed891b2f34184cae5e46ca88838 (diff)
downloadwifi-2f5d40b1318f1758ad1397fdaf4bd65a54e60ff6.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: I0e9d8976c992124750b47ab443703a3b0dc5ccbd
-rw-r--r--libs/WifiTrackerLib/Android.bp1
-rw-r--r--libs/WifiTrackerLib/tests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/WifiTrackerLib/Android.bp b/libs/WifiTrackerLib/Android.bp
index ca94243ff..baf355e9b 100644
--- a/libs/WifiTrackerLib/Android.bp
+++ b/libs/WifiTrackerLib/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_fwk_wifi_hal",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/libs/WifiTrackerLib/tests/Android.bp b/libs/WifiTrackerLib/tests/Android.bp
index e403d7159..c7c30f59d 100644
--- a/libs/WifiTrackerLib/tests/Android.bp
+++ b/libs/WifiTrackerLib/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_fwk_wifi_hal",
default_applicable_licenses: ["Android-Apache-2.0"],
}