Merge "dlfcn: update ifdef around old_name_" am: 5c495dacda

am: 0fb6704e82

* commit '0fb6704e82fef450a01cca3b13d2fa02f66d47a5':
  dlfcn: update ifdef around old_name_
This commit is contained in:
Mike Frysinger 2015-10-20 18:42:59 +00:00 committed by android-build-merger
commit 4e0c4032d1

View File

@ -271,7 +271,7 @@ soinfo* get_libdl_info() {
__libdl_info->local_group_root_ = __libdl_info;
__libdl_info->soname_ = "libdl.so";
__libdl_info->target_sdk_version_ = __ANDROID_API__;
#if defined(__arm__)
#if defined(__work_around_b_24465209__)
strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_));
#endif
}