commit | 5c495dacdadff9dfbe48be31d4b30c5fe75ac7db | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Oct 20 18:23:22 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 20 18:23:22 2015 +0000 |
tree | d23c3707a1104240c4954021267156809f18ea01 | |
parent | f5ea085844c66e7a65709edd7485a49396e556ce [diff] | |
parent | 747d30ebf368be8c4ec0455324bdac53204eb179 [diff] |
Merge "dlfcn: update ifdef around old_name_"
diff --git a/linker/dlfcn.cpp b/linker/dlfcn.cpp index f1b26c9..93189df 100644 --- a/linker/dlfcn.cpp +++ b/linker/dlfcn.cpp
@@ -271,7 +271,7 @@ __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 }