diff options
author | 2024-10-01 16:34:10 +0000 | |
---|---|---|
committer | 2024-10-01 16:34:10 +0000 | |
commit | 9268077e8b9de7953a70c2356f023ee57e53d3c9 (patch) | |
tree | 8746bac6f98adbbfd48aae1e6818729b4c5a7b5e | |
parent | b3f9f391102fc4ce59992f6c9d028025b11417c9 (diff) |
Add OWNERS file for property_cache processor.
To read more about annotation processor code generation go to go/ipc-cache-annotations
Bug: 361730767
Change-Id: I91a750037ce6dd40da7a7844f274cd38da1a3536
Test: N/A
Flag: EXEMPT bugfix
Ignore-AOSP-First: Should not yet be exposed to AOSP
-rw-r--r-- | tools/processors/property_cache/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/processors/property_cache/OWNERS b/tools/processors/property_cache/OWNERS new file mode 100644 index 000000000000..78650168807e --- /dev/null +++ b/tools/processors/property_cache/OWNERS @@ -0,0 +1,3 @@ +include /ACTIVITY_MANAGER_OWNERS +include /BROADCASTS_OWNERS +include /MULTIUSER_OWNERS
\ No newline at end of file |