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)
commit6ecdf4e19020321524168b42a95f7c65ca4bd25d
tree30c9c3210af9e03358eb9e60ab27aa719c7fab9a
parent660ee1d6ae7393ae1478ff25341ad400d2f62a72
parentd290dcd9952c852b74c77c9a85da6d0296fb1233
Merge branch 'dkoch_misc_fixes' into 'master'

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