Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1360f44 authored by Dan Shi's avatar Dan Shi
Browse files

Add require_root to adbd_test and libpackagelistparser_test

Bug: 141272654
Test: atest
Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629
parent a550e7f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -629,6 +629,7 @@ cc_test {
        "libselinux",
    ],
    test_suites: ["device-tests"],
    require_root: true,
}

python_test_host {
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ cc_test {
        "libpackagelistparser",
    ],
    test_suites: ["device-tests"],
    require_root: true,
}