diff options
author | Daniel Norman <danielnorman@google.com> | 2020-12-22 12:34:04 -0800 |
---|---|---|
committer | Daniel Norman <danielnorman@google.com> | 2020-12-22 20:35:04 +0000 |
commit | 94a27525366fab0eafa9560c9e78f304a8a8d72f (patch) | |
tree | b08b14688da894e013bd76c177b4432d8f1385a4 /native | |
parent | d77aaf6a6e5cd51568f707571a45a6c7b91ddadb (diff) |
Updates noparent to only apply to the per-file files.
This is needed to fix invalid OWNERS for other files in this directory.
Test: n/a
Change-Id: I5d6d4b8c578ba066cf968cb719b6dd29693f017b
Diffstat (limited to 'native')
-rw-r--r-- | native/android/OWNERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/native/android/OWNERS b/native/android/OWNERS index 266764a6f607..ac5a89527ef0 100644 --- a/native/android/OWNERS +++ b/native/android/OWNERS @@ -1,4 +1,3 @@ -set noparent - +per-file libandroid_net.map.txt, net.c = set noparent per-file libandroid_net.map.txt, net.c = codewiz@google.com, jchalard@google.com, junyulai@google.com per-file libandroid_net.map.txt, net.c = lorenzo@google.com, reminv@google.com, satk@google.com |