diff options
| -rw-r--r-- | core/java/android/app/COMPONENT_CALLER_OWNERS | 5 | ||||
| -rw-r--r-- | core/java/android/app/OWNERS | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/app/COMPONENT_CALLER_OWNERS b/core/java/android/app/COMPONENT_CALLER_OWNERS new file mode 100644 index 000000000000..f8fdeae4919e --- /dev/null +++ b/core/java/android/app/COMPONENT_CALLER_OWNERS @@ -0,0 +1,5 @@ +# Bug component: 315013 +brufino@google.com +mpgroover@google.com + +include /services/core/java/com/android/server/uri/OWNERS diff --git a/core/java/android/app/OWNERS b/core/java/android/app/OWNERS index 729f92a73e5b..f92ff83919c7 100644 --- a/core/java/android/app/OWNERS +++ b/core/java/android/app/OWNERS @@ -55,6 +55,9 @@ per-file IBackupAgent.aidl = file:/services/backup/OWNERS per-file Broadcast* = file:/BROADCASTS_OWNERS per-file ReceiverInfo* = file:/BROADCASTS_OWNERS +# ComponentCaller +per-file ComponentCaller.java = file:COMPONENT_CALLER_OWNERS + # GrammaticalInflectionManager per-file *GrammaticalInflection* = file:/services/core/java/com/android/server/grammaticalinflection/OWNERS per-file grammatical_inflection_manager.aconfig = file:/services/core/java/com/android/server/grammaticalinflection/OWNERS |