diff options
author | 2024-07-17 22:20:42 +0000 | |
---|---|---|
committer | 2024-07-17 22:20:42 +0000 | |
commit | 9efe1cfa0c9886ca14057f60b95587cc3fdb791e (patch) | |
tree | 36c41775eb19c6da007b4d81ee4e09192ab2aebe | |
parent | 5494b51ea4d500618e0545eebeb52e2b68e0a993 (diff) | |
parent | ee49f0a1e22726464fdd83f262b2e46f69e5c0eb (diff) |
Merge "Add OWNERS to animation test and add mount@ to animation library" into main
-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 |