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

Commit 03ba5b9d authored by Dan Shi's avatar Dan Shi Committed by Gerrit Code Review
Browse files

Merge "Add require_root to adbd_test and libpackagelistparser_test"

parents 71667636 d1360f44
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,
}