Use zero offset when getting bias from memory.

The code to get the bias was incorrectly using the passed in map offset
when reading it from memory. This doesn't work since the offset is the
offset into the apk. Change to always check for a zero in this case.

Bug: 28685297
Change-Id: I9ab2a89401429c4bcf4faa510b1b619be70318ab
1 file changed