From 9c26b0b3018708a579e396378621b3c01f199094 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Thu, 16 Jun 2022 15:44:40 +0100 Subject: Add OWNERS file for frameworks/base/tools/localedata/extract_icu_data.py This folder has only one script extract_icu_data.py. The script parses the ICU data and generates a .cpp file. Thus, add external/icu/OWNERS as the owner here. Test: treehugger Change-Id: I555e9785c576688e43e6362050180345c81d6c3e --- tools/localedata/OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/localedata/OWNERS diff --git a/tools/localedata/OWNERS b/tools/localedata/OWNERS new file mode 100644 index 000000000000..2501679784d6 --- /dev/null +++ b/tools/localedata/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 24949 +include platform/external/icu:/OWNERS -- cgit v1.2.3-59-g8ed1b