crazy linker: Disable crbug/448968 fix for all KitKat and earlier.
commit6cc3f4aded1c6e3f94c8bf31ad70e25333f10f42
authorsimonb <simonb@google.com>
Thu, 23 Apr 2015 18:06:40 +0000 (23 11:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 18:06:51 +0000 (23 18:06 +0000)
treef7a862f4aa54170f0d1ebf9b744e6bc15acfd100
parentd24ad3c586bab3c033617c764d47cd55ba71e890
crazy linker: Disable crbug/448968 fix for all KitKat and earlier.

Disable the fix for crbug/448968 for all KitKat and earlier.

LD_PRELOADS and lookup-in-main-executable behaviour now:
  SDK earlier than L:
    nothing
  SDK L:
    load preloads, on lookup search preloads then search main
  SDK L-MR1 and later:
    on lookup search main

BUG=479220

Review URL: https://codereview.chromium.org/1100343002

Cr-Commit-Position: refs/heads/master@{#326576}
third_party/android_crazy_linker/README.chromium
third_party/android_crazy_linker/src/src/crazy_linker_globals.h
third_party/android_crazy_linker/src/src/crazy_linker_library_list.cpp
third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp