Merge "Add require_root to adbd_test and libpackagelistparser_test"
This commit is contained in:
commit
03ba5b9dfb
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