android: Do not disable chromium linker on Android N+.
This was previously disabled because the GVR APK was loading its library with the system dlopen(), then passing the handle to code in libchrome.so, which happened to call the crazy linker dlsym() wrapper with it. This resulted in runtime crashes until a work-around was added in [1]. The Java check was never removed though, so this CL does it. [1] https://chromium-review.googlesource.com/885763 BUG=895194 R=agrieve@chromium.org, pasko@chromium.org Change-Id: If742399452336d349eb763a76357a38a72f6707e Reviewed-on: https://chromium-review.googlesource.com/c/1319589Reviewed-by:agrieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#605680}
Showing
Please register or sign in to comment