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

Commit 2d01a67a 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" am: f7ad111d

am: c9710e42

Change-Id: Id2c4993e0c1f68e35667ac9fb649134046348567
parents f9a76338 c9710e42
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);
};