commit | 4121aa9bb8353f8e95ab6364f04d7f10080dfcb5 | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Wed Mar 30 13:29:42 2016 -0700 |
committer | Miao Wang <miaowang@google.com> | Thu Mar 31 15:26:24 2016 -0700 |
tree | 0595fed67d8a7e98e535567a0d2a1d0430726fb5 | |
parent | 616f08696e69b52207929e99fc66c65e7566dc5d [diff] |
[RenderScript] Update the build rules for x86_64 support lib. Bug: 19735423 - Unlike other archs, x86_64 has both usr/lib and usr/lib64. we need to search for libm.so and libc.so in lib64/. Otherwise the linker will report error. Change-Id: I2859bee066a9eb100828d90da8adf0f9817d77e6 (cherry picked from commit 57ef7ea4901bf4a7c89a078b1c859310abf1d79c)