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.cpp b/ScalarType.cpp
index 2bff4ab..1ef0790 100644
--- a/ScalarType.cpp
+++ b/ScalarType.cpp
@@ -187,6 +187,7 @@
 void ScalarType::emitJavaFieldReaderWriter(
         Formatter &out,
         size_t /* depth */,
+        const std::string & /* parcelName */,
         const std::string &blobName,
         const std::string &fieldName,
         const std::string &offset,