commit | 140a8eb2ffc08af5d7aec4f7f701720235703677 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Jan 16 19:20:26 2015 -0800 |
committer | Stephen Hines <srhines@google.com> | Fri Jan 16 19:25:08 2015 -0800 |
tree | 8ba31f5f49cdf9b8d4d7b9feef1010f948976efa | |
parent | 5c6002cc19cc3f1beffd204fd6cbca8bd75c0012 [diff] |
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