Fix missing rsLocaltime() on 32-bit architectures.

Bug: 18322681

rs_time_t is defined as an int for 32-bit RenderScript, while the
implementation of rsLocaltime() uses time_t (defined as a long). This
mismatch results in a missing symbol for the proper function under the new
shared library loader.

Change-Id: I987e148b226d4b63a54ce8abf07bed7dfe0a8a47
1 file changed