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

Skip to content
Commit 85985c38 authored by Jooyung Han's avatar Jooyung Han
Browse files

use vector<uint8_t> for byte[] in AIDL

In native world, byte stream is typically represented in uint8_t[]
or vector<uint8_t>. C++ backend already generates that way. This
change involves NDK backend.

Now NDK backend also uses vector<uint8_t> just like C++ backend.

By the way, to keep the published NDK APIs stable, the signatures
of helper functions are changed to uint8_t and they still use existing
APIs.

Bug: 144957764
Test: atest CtsNdkBinderTestCases
Change-Id: I03572bfcb89ca5fb06f75b9d44fbe12426758237
parent b25d784a
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