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

Commit 7c3d5917 authored by Devin Moore's avatar Devin Moore Committed by Android (Google) Code Review
Browse files

Merge "Skip ARpcDelegateNonAccessor test with static libbinder" into main

parents be3f3316 28188f34
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1728,6 +1728,9 @@ TEST_F(BinderARpcNdk, ARpcDelegateNonAccessor) {
#ifndef __BIONIC__
    GTEST_SKIP() << "Can only get AIDL services on device.";
#endif
    if constexpr (!kEnableSharedLibs) {
        GTEST_SKIP() << "Test disabled because Binder was built as a static library";
    }

    auto service = defaultServiceManager()->checkService(String16(kKnownAidlService));
    ASSERT_NE(nullptr, service);