diff options
author | 2024-02-14 14:30:14 +0000 | |
---|---|---|
committer | 2024-02-14 18:08:36 +0000 | |
commit | f891397b5090d3976efd8637b82e045e20e57ff9 (patch) | |
tree | 2a8a27fd64d1fa73205a2544c3efb82ac06e4cd5 /telecomm/java/Android.bp | |
parent | 3092a9074b21f1e6c785001c565ebfb386f749d2 (diff) |
[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: I6b6cf0abdd1fdb8fefa4184b3698f6951c192ac0
Diffstat (limited to 'telecomm/java/Android.bp')
-rw-r--r-- | telecomm/java/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telecomm/java/Android.bp b/telecomm/java/Android.bp index 3bd595352a55..9e9dd7d00190 100644 --- a/telecomm/java/Android.bp +++ b/telecomm/java/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_fwk_telephony", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_base_license" |