Skip to content
Commit d9a228a9 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.

Bug: 144957764
Test: atest CtsNdkBinderTestCases
Change-Id: I74bf803a3781c83c4102972f5df67312131bb879
parent 6c1a0895
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment