From 1a9e4fa25eb61699f820cb670dee8bd5e8770e18 Mon Sep 17 00:00:00 2001 From: Bookatz Date: Tue, 24 Dec 2019 15:08:08 -0800 Subject: [PATCH] CtsLogdTestCases 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: Ic1c3c5f86e0178c8e3e2ec8c3d3069ecd9e580e9 --- logd/tests/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/logd/tests/AndroidTest.xml b/logd/tests/AndroidTest.xml index 9a18edbb8..a25dc440f 100644 --- a/logd/tests/AndroidTest.xml +++ b/logd/tests/AndroidTest.xml @@ -18,6 +18,7 @@