diff options
author | 2024-01-02 17:56:51 -0800 | |
---|---|---|
committer | 2024-01-02 19:06:48 -0800 | |
commit | 0d7231170fe65ae5d718f1cb67fa3e288486300d (patch) | |
tree | d8d64cc3385845a96d4fef573eac849c1e835874 /OWNERS | |
parent | a3759f98a63eb2ab4e0c6620d2e27d3434ee6ec0 (diff) |
Do not load Android.mk files from the directories defined in the list.
This intial list contains the directories that don't have any Android.mk file, and this will prevent new Android.mk file being added in these directories.
Bug: 318428689
Test: CIs
Change-Id: Ifde1b77ad17b8bb2e7ba962229cee6ba267d6316
Diffstat (limited to 'OWNERS')
-rw-r--r-- | OWNERS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,4 +12,6 @@ lamontjones@google.com mrziwang@google.com spandandas@google.com weiwli@google.com -yudiliu@google.com
\ No newline at end of file +yudiliu@google.com + +per-file build/soong/ui/build/androidmk_denylist.go = joeo@google.com, weiwli@google.com
\ No newline at end of file |