Skip direct map from apk check for Samsung Mega.
commitfba86e9cdbf10b89e6b644dbf1451cd67fa53e4f
authorsimonb <simonb@chromium.org>
Mon, 19 Jan 2015 19:53:28 +0000 (19 11:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 19 Jan 2015 19:54:12 +0000 (19 19:54 +0000)
tree7d86719250bc2e5e984005ba323fcca1c18cae3c
parentaeccd0f8b22c8af534cb68d3c4734575b0ca89fb
Skip direct map from apk check for Samsung Mega.

Avoid a warning from Samsung knox by skipping attempts to mmap
the apk file for UMA data.  Instead return false, appropriate
since any attempt later to really map the file would similarly
trigger this knox warning.

BUG=448084

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

Cr-Commit-Position: refs/heads/master@{#312138}
base/android/java/src/org/chromium/base/library_loader/Linker.java