diff options
| author | 2024-02-07 16:50:21 +0000 | |
|---|---|---|
| committer | 2024-02-07 16:53:40 +0000 | |
| commit | e97c4b8bc5a5197ec5feece8be53d95dfa0e3a36 (patch) | |
| tree | 96adb630b8042c17242ea1ed0b0424394e47759f | |
| parent | e276b58346129e2a36a5250f1987918297acf640 (diff) | |
Add App Compat Flags Owners
Fixes: 323510760
Test: m
Change-Id: I54321770200fce892a87a9796eb5c6b7e79f00d9
| -rw-r--r-- | LSE_APP_COMPAT_OWNERS | 6 | ||||
| -rw-r--r-- | core/java/android/window/flags/OWNERS | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/LSE_APP_COMPAT_OWNERS b/LSE_APP_COMPAT_OWNERS new file mode 100644 index 000000000000..3db0cd47ce65 --- /dev/null +++ b/LSE_APP_COMPAT_OWNERS @@ -0,0 +1,6 @@ +# Owners for the App Compat flags (large_screen_experiences_app_compat) +mcarli@google.com +eevlachavas@google.com +gracielawputri@google.com +minagranic@google.com +mariiasand@google.com diff --git a/core/java/android/window/flags/OWNERS b/core/java/android/window/flags/OWNERS index fa81ee3905c3..3fa376003123 100644 --- a/core/java/android/window/flags/OWNERS +++ b/core/java/android/window/flags/OWNERS @@ -1 +1,2 @@ -per-file responsible_apis.aconfig = file:/BAL_OWNERS
\ No newline at end of file +per-file responsible_apis.aconfig = file:/BAL_OWNERS +per-file large_screen_experiences_app_compat.aconfig = file:/LSE_APP_COMPAT_OWNERS |