diff options
author | John Reck <jreck@google.com> | 2021-01-05 15:48:43 -0500 |
---|---|---|
committer | John Reck <jreck@google.com> | 2021-01-05 16:05:50 -0500 |
commit | 97dd9f1623c03f9f4507e66a252dfd65edbbe0bf (patch) | |
tree | c3607b363b836da74f536413f125086d06c78289 /native | |
parent | a8cc70b502d78d427bce1eb55ee05f132526a879 (diff) |
Fix OWNERS for graphics
core/java/android/graphics doesn't exist, so neither
does core/android/graphics/OWNERS
Fix the include path to point to the graphics source of truth
as /graphics/java/android/graphics/OWNERS
Test: this
Change-Id: I5a1e6edbc82df5e3b2979753a6d7329707c55d88
Diffstat (limited to 'native')
-rw-r--r-- | native/graphics/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/graphics/OWNERS b/native/graphics/OWNERS index a6d1bc37d27d..d81ea2cd538a 100644 --- a/native/graphics/OWNERS +++ b/native/graphics/OWNERS @@ -1 +1 @@ -include /core/java/android/graphics/OWNERS +include /graphics/java/android/graphics/OWNERS |