From ab3f9b86e45944f4b0672daa82cddbcf71ce6b0d Mon Sep 17 00:00:00 2001 From: Oli Lan Date: Mon, 28 Feb 2022 12:17:33 +0000 Subject: [PATCH] Make inprocesstests run with root. This fixes these tests, which after ag/16987854 must run with root to bypass the signature check and allow them to instrument the system server. Bug: 221821427 Test: atest FrameworksInProcessTests Change-Id: Ic68d85f8a508861ff5a0e26a4703e7fa125f880a --- services/tests/inprocesstests/AndroidTest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/tests/inprocesstests/AndroidTest.xml b/services/tests/inprocesstests/AndroidTest.xml index b541512fdc9ed..f5fea1bed4454 100644 --- a/services/tests/inprocesstests/AndroidTest.xml +++ b/services/tests/inprocesstests/AndroidTest.xml @@ -18,6 +18,8 @@