diff options
author | 2023-09-29 09:56:21 +0200 | |
---|---|---|
committer | 2023-09-29 11:02:48 +0200 | |
commit | 97d53d4ed2c60f5b4b64f8496ad96a1b661fc65f (patch) | |
tree | 5d9d021724c33484594cf3f5bd46d456f855a982 | |
parent | 53565bfdb0193e38f96811b58f433d961711681f (diff) |
Add VDM team as owner of the companion Android.bp file
No member of the VDM, nor people in EMEA timezone can currently
edit Android.bp and lint-baseline files. Adding the VDM team as OWNERS
of these files.
Bug: N/A
Test: N/A
Change-Id: Ie14cfe42ee8e5bdfe4259817a1d16d6eddcb9d7c
-rw-r--r-- | services/companion/OWNERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/services/companion/OWNERS b/services/companion/OWNERS index 734d8b6c5f43..dcf2377b4be1 100644 --- a/services/companion/OWNERS +++ b/services/companion/OWNERS @@ -1 +1,3 @@ -include /core/java/android/companion/OWNERS
\ No newline at end of file +include /core/java/android/companion/OWNERS + +per-file Android.bp,lint-baseline.xml,OWNERS=file:java/com/android/server/companion/virtual/OWNERS
\ No newline at end of file |