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

Commit 80ada597 authored by Dan Shi's avatar Dan Shi
Browse files

Add require_root to binderSafeInterfaceTest and binderLibTest

After aosp/1120806 is landed, all gtest without require_root set to true
will default to have adb unroot on the device.

Bug: 140123924
Test: atest
Change-Id: Ie59bb9e04ffbf6827dfcd832713db8b2cff50528
parent 45f75b71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ cc_test {
        "libutils",
    ],
    test_suites: ["device-tests"],
    require_root: true,
}

cc_test {
@@ -136,6 +137,7 @@ cc_test {
        "libutils",
    ],
    test_suites: ["device-tests"],
    require_root: true,
}

aidl_interface {