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

Commit 59f0ce6f authored by Andreas Huber's avatar Andreas Huber Committed by android-build-merger
Browse files

Merge "Adds a test to verify proper marshaling of vectors of arrays in Java"...

Merge "Adds a test to verify proper marshaling of vectors of arrays in Java" am: f7ad111d am: c9710e42
am: 2d01a67a

Change-Id: Ie0dfc127080a7aa441c5a82b43de5a3a6ea01119
parents 669f8434 2d01a67a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ interface IBase {

    someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out);

    someMethodTakingAVectorOfArray(vec<MacAddress> in)
        generates (vec<MacAddress> out);

    transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
    transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
};