Skip to content

Commit

Permalink
Add require_root to adbd_test and libpackagelistparser_test
Browse files Browse the repository at this point in the history
Bug: 141272654
Test: atest
Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629

Former-commit-id: d1360f4412764cfc6f513b27dc8474000227a7b6
  • Loading branch information
Dan Shi committed Sep 24, 2019
1 parent ae41642 commit 83c96a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions adb/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ cc_test {
"libselinux",
],
test_suites: ["device-tests"],
require_root: true,
}

python_test_host {
Expand Down
1 change: 1 addition & 0 deletions libpackagelistparser/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ cc_test {
"libpackagelistparser",
],
test_suites: ["device-tests"],
require_root: true,
}

0 comments on commit 83c96a5

Please sign in to comment.