From 2ced65e8f0b343298db0dbc2890f79e347af1a80 Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Tue, 3 Jan 2023 12:08:21 -0500 Subject: [PATCH] Add OWNERS for VectorDrawableTest Without this, changes to these files require approval from top level OWNERS. These are tests for the code sitting under android.graphics.VectorDrawable, so use the graphics OWNERS. Model the file on core/tests/coretests/src/android/graphics/OWNERS. Bug: NA Test: NA Change-Id: I6feefca0abef7b699b5fa544d652fc528065a7bb --- tests/VectorDrawableTest/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/VectorDrawableTest/OWNERS diff --git a/tests/VectorDrawableTest/OWNERS b/tests/VectorDrawableTest/OWNERS new file mode 100644 index 0000000000000..27e16681899e3 --- /dev/null +++ b/tests/VectorDrawableTest/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 24939 + +include /graphics/java/android/graphics/OWNERS