Merge branch 'dkoch_misc_fixes' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 25 Sep 2015 18:18:57 +0000 (14:18 -0400)
committerPyry Haulos <phaulos@google.com>
Fri, 25 Sep 2015 18:18:57 +0000 (14:18 -0400)
Miscellaneous fixes

* Build with android-22. The Android SDK doesn't even seem to have android-13 around any more.
* Add newline before printing array of values, so they line up. Includes regeneration of the framework.
* Initialize the memory properties structure. This structure has a few large fixed sized arrays in it. Initialize the structure to avoid printing out uninitialized garbage in the log.
* Fix typo in log message

See merge request !30


Trivial merge