Add require_root to adbd_test and libpackagelistparser_test

Bug: 141272654
Test: atest
Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629
This commit is contained in:
Dan Shi 2019-09-24 09:04:05 -07:00
parent a550e7f412
commit d1360f4412
2 changed files with 2 additions and 0 deletions

View file

@ -629,6 +629,7 @@ cc_test {
"libselinux",
],
test_suites: ["device-tests"],
require_root: true,
}
python_test_host {

View file

@ -19,4 +19,5 @@ cc_test {
"libpackagelistparser",
],
test_suites: ["device-tests"],
require_root: true,
}