From 8a698935f471307a5863d755c8758e362f35eb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Mon, 20 Feb 2023 13:17:46 +1100 Subject: [PATCH] Add OWNERS file for EnforcePermission This directory will hosts end-to-end tests for @EnforcePermission. Considered alternative location: - core/tests/coretests (FrameworksCoreTests): broad ownership, see b/243401782. - system/tools/aidl: our integration tests already exist there. The current tests setup for aidl does not install APKs but only raw jar files. We want to install a regular application to test the effective permissions. The end-to-end tests will eventually be executed in presubmit via TEST_MAPPING. Bug: 269721152 Test: n/a Change-Id: I6a87b50e794fc3a0ba7c8a48ef9f92b7d6ad5180 --- tests/EnforcePermission/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/EnforcePermission/OWNERS diff --git a/tests/EnforcePermission/OWNERS b/tests/EnforcePermission/OWNERS new file mode 100644 index 0000000000000..39550a394f33a --- /dev/null +++ b/tests/EnforcePermission/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 315013 +tweek@google.com +brufino@google.com