summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2020-06-25 22:28:45 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-06-25 22:28:45 +0000
commit636e2d2544697290d71957c2ae08655f0dfe3441 (patch)
treec22ee6760bec82cdbdeaaf2b93991f032a3f2926
parentc4c70f31ac2d5462d136780b0f3564da91a4fe3a (diff)
parentc2a36a59c2151a4b4ddb3cb7e16e8f55e2987971 (diff)
Merge "Update BufferQueue owners" am: 794dc13775 am: c2a36a59c2
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1350602 Change-Id: I1d1a447a5136f7846990a214fe32d29d83557462
-rw-r--r--libs/gui/OWNERS10
-rw-r--r--libs/gui/bufferqueue/OWNERS9
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