Use the new "Bool*" accessor methods for booleans instead of treating them like

int8_t.

Bug: 31045584
Change-Id: Ib9bea2c2ffd0ea21bee09240da29c5e27791c505
diff --git a/ScalarType.cpp b/ScalarType.cpp
index 036ba46..7cfacd5 100644
--- a/ScalarType.cpp
+++ b/ScalarType.cpp
@@ -59,7 +59,7 @@
 
 std::string ScalarType::getJavaSuffix() const {
     static const char *const kSuffix[] = {
-        "Int8",
+        "Bool",
         "Pointer",
         "Int8",
         "Int8",