diff options
author | 2024-07-17 14:46:15 -0700 | |
---|---|---|
committer | 2024-07-17 14:46:15 -0700 | |
commit | ee49f0a1e22726464fdd83f262b2e46f69e5c0eb (patch) | |
tree | 36c41775eb19c6da007b4d81ee4e09192ab2aebe | |
parent | 5494b51ea4d500618e0545eebeb52e2b68e0a993 (diff) |
Add OWNERS to animation test and add mount@ to animation library
Test: None, just an OWNERS file change
Change-Id: I1af6177dde3756bae9f4083ae78eed701ee63d36
-rw-r--r-- | core/java/android/animation/OWNERS | 1 | ||||
-rw-r--r-- | core/tests/coretests/src/android/animation/OWNERS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/animation/OWNERS b/core/java/android/animation/OWNERS index f3b330a02116..5223c870824c 100644 --- a/core/java/android/animation/OWNERS +++ b/core/java/android/animation/OWNERS @@ -3,3 +3,4 @@ romainguy@google.com tianliu@google.com adamp@google.com +mount@google.com diff --git a/core/tests/coretests/src/android/animation/OWNERS b/core/tests/coretests/src/android/animation/OWNERS new file mode 100644 index 000000000000..1eefb3a3dc65 --- /dev/null +++ b/core/tests/coretests/src/android/animation/OWNERS @@ -0,0 +1 @@ +include /core/java/android/animation/OWNERS |