diff options
-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 |