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

Commit 1188893b authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "easy NDK backend way to construct instance name" am: 30a1ac67

parents d07457c7 30a1ac67
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -196,6 +196,10 @@ class BnCInterface : public INTERFACE {

    bool isRemote() override final { return false; }

    static std::string makeServiceName(std::string_view instance) {
        return INTERFACE::descriptor + ("/" + std::string(instance));
    }

   protected:
    /**
     * This function should only be called by asBinder. Otherwise, there is a possibility of