Add require_root to adbd_test and libpackagelistparser_test
Bug: 141272654 Test: atest Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629
This commit is contained in:
parent
a550e7f412
commit
d1360f4412
2 changed files with 2 additions and 0 deletions
|
@ -629,6 +629,7 @@ cc_test {
|
|||
"libselinux",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
require_root: true,
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
|
|
|
@ -19,4 +19,5 @@ cc_test {
|
|||
"libpackagelistparser",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
require_root: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue