From d668aa025b00f0c145aa7da832014d85decd9842 Mon Sep 17 00:00:00 2001 From: Josh Yang Date: Mon, 12 Sep 2022 14:23:32 -0700 Subject: [PATCH] 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 --- WEAR_OWNERS | 6 ++++++ core/res/OWNERS | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 WEAR_OWNERS diff --git a/WEAR_OWNERS b/WEAR_OWNERS new file mode 100644 index 0000000000000..4f3bc27c380f5 --- /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 c54638a368a2b..d8fc2181cfe8f 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