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

Commit 6d5176a6 authored by Dan Shi's avatar Dan Shi Committed by android-build-merger
Browse files

Merge "Add require_root to adbd_test and libpackagelistparser_test"

am: 03ba5b9d

Change-Id: I047f8c6a700f76219abbfcdc69ff2ab54f5107a3
parents 57ee82cd 03ba5b9d
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,
}