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

Commit 46aa85e8 authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Update API parameter from char** to const char* const*

AIBinder_Class_setTransactionCodeToFunctionNameMap takes in char**
pointer and rust wrapper requires a mutable array due to this.
API doesn't modify the char** array anyway. Updating it to use
const char* const*.

Test: m libbinder_ndk && m
Test: m CtsNdkBinderTestCases && atest -c CtsNdkBinderTestCases
Bug: 394661050
Flag: EXEMPT NDK change
Change-Id: I78adbee923071d6295fdb8e2f3431f20073a40eb
parent f580cf5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment