diff options
author | 2024-10-22 11:52:20 +0000 | |
---|---|---|
committer | 2024-10-22 11:52:20 +0000 | |
commit | 2ba0213cc631b7cb12dd4dca6152277d07f49567 (patch) | |
tree | 9ba9ede1b8dd83a5a991e8d08685d41a5e383c38 /teams | |
parent | c923e384aba7331f91a44251f5cb25a6beb64a82 (diff) |
Update ownership documentation
Bug: 374755446
Change-Id: Ia44f86b640c7dbd72ddbc68e065194084b66b9d0
Diffstat (limited to 'teams')
-rw-r--r-- | teams/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/teams/Android.bp b/teams/Android.bp index 4c40287d6d..8f29686290 100644 --- a/teams/Android.bp +++ b/teams/Android.bp @@ -13,6 +13,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// DON'T ADD NEW RULES HERE. For more details refer to +// go/new-android-ownership-model + package { default_applicable_licenses: ["Android-Apache-2.0"], } @@ -4475,3 +4478,6 @@ team { // go/trendy/manage/engineers/6303298703949824 trendy_team_id: "6303298703949824", } + +// DON'T ADD NEW RULES HERE. For more details refer to +// go/new-android-ownership-model |