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

Commit 8b592616 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: save another static heap allocation" am: e9946488 am: 290daf4e

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1727270

Change-Id: If425ff90221e7a8fcc6770483e60b5658137476b
parents 5595e6b5 290daf4e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -129,8 +129,7 @@ bool checkCallingPermission(const String16& permission)
    return checkCallingPermission(permission, nullptr, nullptr);
}

static String16 _permission("permission");

static StaticString16 _permission(u"permission");

bool checkCallingPermission(const String16& permission, int32_t* outPid, int32_t* outUid)
{