Arrays of arrays are now coalesced into a single multi-dimensional array type.

This is natively stored as a flat array of the element type.

Change-Id: I1b0eee51b496648a9c8445b835635deff1a90aab
Bug: 31438033
Test: run updated "hidl_test" and "hidl_test_java"
diff --git a/ScalarType.h b/ScalarType.h
index 9554e34..e7f3ebf 100644
--- a/ScalarType.h
+++ b/ScalarType.h
@@ -77,6 +77,7 @@
     void emitJavaFieldReaderWriter(
             Formatter &out,
             size_t depth,
+            const std::string &parcelName,
             const std::string &blobName,
             const std::string &fieldName,
             const std::string &offset,