forked from AOSPA/android_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add owners file for broadcasts related code.
Test: n/a Change-Id: Ie3db52a00e393418edb59af3544a80c1b9492a9f Ignore-AOSP-First: can't submit in AOSP due to merge conflicts
- Loading branch information
Sudheer Shanka
committed
Jan 6, 2023
1 parent
e6342be
commit 8b46ef7
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Bug component: 316181 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] #{LAST_RESORT_SUGGESTION} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ per-file LocusId* = file:/core/java/android/service/contentcapture/OWNERS | |
per-file ComponentCallbacksController = file:/services/core/java/com/android/server/wm/OWNERS | ||
per-file ComponentCallbacksController = [email protected] | ||
per-file AttributionSource* = file:/core/java/android/permission/OWNERS | ||
per-file Broadcast* = file:/BROADCASTS_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,5 @@ per-file ContentProviderHelper.java = [email protected], [email protected], | |
# Multiuser | ||
per-file User* = file:/MULTIUSER_OWNERS | ||
|
||
# Broadcasts | ||
per-file Broadcast* = file:/BROADCASTS_OWNERS |