commit | be78fa9882ff9596034a16afa4cde7c0e55add49 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Apr 28 18:32:56 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Apr 28 18:32:56 2014 -0700 |
tree | 7349c5f177b78e0f582d0a02abfade9dd2fd9909 | |
parent | 2616f2978cf9ebb6e7a64c1a15b24059bae60e5e [diff] |
Fix incorrect dependence on the system-built liblog. Our previous Android.mk was incorrectly pulling in the latest liblog, instead of linking dynamically against the older prebuilt liblog. This causes problems due to the latest liblog using __android_fatal(), which is a new function in bionic. This change also updates our tests to use the checked-in prebuilt liblog.so instead of the system-built liblog. Change-Id: I211ef3a31f033e66d46c619d89d507ea65ec3731