Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3725e9c6 authored by Neil Fuller's avatar Neil Fuller
Browse files

Attempt 2 for adding OWNERS for SNTP code

Commit e5ad1297 combined with pending
reviews demonstrated the OWNERS syntax has quirks and it is not working
as intended.

Documentation used:
https://android-review.googlesource.com/plugins/code-owners/Documentation/backend-find-owners.html#syntax

The syntax guide recommends that patterns like sub-dir/* aren't used as
they can cause problems when renaming directories; better to have OWNERS
in the sub-dir. The pattern sntp/* didn't appear to be working (perhaps
because of spaces).

Test: None
Bug: 199481251
Change-Id: I193744eaaad529b9680d3ccf905b86d68f62f7ff
parent e5ad1297
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ set noparent

include platform/frameworks/base:/services/core/java/com/android/server/net/OWNERS

per-file SSL*, Uri*, Url* = prb@google.com, dauletz@google.com, narayan@google.com, ngeoffray@google.com
per-file SntpClient*, sntp/* = file:/services/core/java/com/android/server/timedetector/OWNERS
per-file SSL*,Uri*,Url* = prb@google.com,oth@google.com,narayan@google.com,ngeoffray@google.com
per-file SntpClient* = file:/services/core/java/com/android/server/timedetector/OWNERS
+1 −0
Original line number Diff line number Diff line
include /services/core/java/com/android/server/timedetector/OWNERS
+2 −0
Original line number Diff line number Diff line
include /services/core/java/com/android/server/net/OWNERS

per-file SntpClient* = file:/services/core/java/com/android/server/timedetector/OWNERS
+1 −0
Original line number Diff line number Diff line
include /core/java/android/net/sntp/OWNERS