diff options
author | 2022-09-12 14:23:32 -0700 | |
---|---|---|
committer | 2022-09-12 22:23:17 +0000 | |
commit | d668aa025b00f0c145aa7da832014d85decd9842 (patch) | |
tree | 3039f1bb6b285e69cf065f2d9d4de9c130c04f41 | |
parent | 0075e9935da660b1b176a8d6ff5e21105cc789f9 (diff) |
Duplicate wear owners to frameworks/base/WEAR_OWNERS
We can't depend on frameworks/opt/wear from frameworks/base due to wear
projects not available in AOSP. So it's necessary to duplicate the
owners in a new file in frameworks/base.
Bug: 246359459
Fix: 246359459
Test: N/A
Change-Id: I5f5385a696721b2254233ce314d1d7e3fae25d39
-rw-r--r-- | WEAR_OWNERS | 6 | ||||
-rw-r--r-- | core/res/OWNERS | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/WEAR_OWNERS b/WEAR_OWNERS new file mode 100644 index 000000000000..4f3bc27c380f --- /dev/null +++ b/WEAR_OWNERS @@ -0,0 +1,6 @@ +yzj@google.com +shreerag@google.com +yeabkal@google.com +adsule@google.com +andriyn@google.com +yfz@google.com diff --git a/core/res/OWNERS b/core/res/OWNERS index c54638a368a2..d8fc2181cfe8 100644 --- a/core/res/OWNERS +++ b/core/res/OWNERS @@ -37,7 +37,7 @@ per-file res/xml/config_user_types.xml = file:/MULTIUSER_OWNERS per-file res/values/dimens_car.xml = file:/platform/packages/services/Car:/OWNERS # Wear -per-file res/*-watch/* = file:/platform/frameworks/opt/wear:/OWNERS +per-file res/*-watch/* = file:/WEAR_OWNERS # PowerProfile per-file res/xml/power_profile.xml = file:/BATTERY_STATS_OWNERS |