Mark arrays of pointers as const

Previously they were only marked as the pointers pointing to const
data, but the array themselves being non-const.

Bug: 22860270

Change-Id: Ib5a9af6298615b2c40367a21e728899418b09935
2 files changed