diff options
-rw-r--r-- | libs/gui/OWNERS | 10 | ||||
-rw-r--r-- | libs/gui/bufferqueue/OWNERS | 9 |
2 files changed, 14 insertions, 5 deletions
diff --git a/libs/gui/OWNERS b/libs/gui/OWNERS index cbb4b9718e..ecccf29351 100644 --- a/libs/gui/OWNERS +++ b/libs/gui/OWNERS @@ -13,3 +13,13 @@ vhau@google.com vishnun@google.com per-file EndToEndNativeInputTest.cpp = svv@google.com + +# BufferQueue is feature-frozen +per-file BufferQueue* = set noparent +per-file BufferQueue* = jreck@google.com, sumir@google.com, alecmouri@google.com +per-file IGraphicBuffer* = set noparent +per-file IGraphicBuffer* = jreck@google.com, sumir@google.com, alecmouri@google.com +per-file include/gui/BufferQueue* = set noparent +per-file include/gui/BufferQueue* = jreck@google.com, sumir@google.com, alecmouri@google.com +per-file include/gui/IGraphicBuffer* = set noparent +per-file include/gui/IGraphicBuffer* = jreck@google.com, sumir@google.com, alecmouri@google.com
\ No newline at end of file diff --git a/libs/gui/bufferqueue/OWNERS b/libs/gui/bufferqueue/OWNERS index cbe931707c..615dd79c63 100644 --- a/libs/gui/bufferqueue/OWNERS +++ b/libs/gui/bufferqueue/OWNERS @@ -1,5 +1,4 @@ -chz@google.com -lajos@google.com -pawin@google.com -taklee@google.com -wonsik@google.com +# BufferQueue is feature-frozen +jreck@google.com +sumir@google.com +alecmouri@google.com
\ No newline at end of file |