From cbbe832cfaed9180fd5cb71fe5dab00495e582f0 Mon Sep 17 00:00:00 2001 From: Song Pan Date: Wed, 18 Sep 2019 10:38:48 +0100 Subject: Create integrity directory and OWNERS Integrity component will live in System Server, which can be called by PackageManagerService to check the integrity of an install. This commit sets up the directory and OWNERS access. Test: N/A Change-Id: I5610ea575c455c3301ace4d816033d88eb349b12 --- services/core/java/com/android/server/integrity/OWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 services/core/java/com/android/server/integrity/OWNERS diff --git a/services/core/java/com/android/server/integrity/OWNERS b/services/core/java/com/android/server/integrity/OWNERS new file mode 100644 index 000000000000..019aa4fb0f2b --- /dev/null +++ b/services/core/java/com/android/server/integrity/OWNERS @@ -0,0 +1,6 @@ +omernebil@google.com +khelmy@google.com +mdchurchill@google.com +sturla@google.com +songpan@google.com +bjy@google.com -- cgit v1.2.3-59-g8ed1b