From 18a7a5bd89a3ecd5796666129f15d8bf16f370cf Mon Sep 17 00:00:00 2001 From: Bookatz Date: Tue, 24 Dec 2019 15:09:36 -0800 Subject: [PATCH] CtsInitTestCases secondary_user Marks this CTS test module as supporting secondary_user, meaning that the tests are eligible to be run from a regular Android user other than the system user (i.e. other than user 0). Note that 'user' here refers to the concept of users in Android Multiuser; it is NOT the same as a uid. Bug: 141773058 Test: module passed with secondary_user params (--enable-optional-parameterization --module-parameter secondary_user) Change-Id: Ic8d29cabe2542d75c8f873b677550db9f11b3050 --- init/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/init/AndroidTest.xml b/init/AndroidTest.xml index 667911d1a..920dc6c58 100644 --- a/init/AndroidTest.xml +++ b/init/AndroidTest.xml @@ -18,6 +18,7 @@