OSDN Git Service

dlopen() has no NO_LOAD option before Android L.
authorPing-Hao Wu <pinghao@google.com>
Fri, 20 Mar 2015 20:15:56 +0000 (13:15 -0700)
committerGreg Hartman <ghartman@google.com>
Wed, 25 Mar 2015 16:52:50 +0000 (16:52 +0000)
commita5fc51912bc31444c24af72cfd7c49cec9b5d5f5
tree32568d0b35a48cd0eff7cef8c12881437fd77d88
parentf5525ca66ff574ff979a56e0bf15010d40e8e8a6
dlopen() has no NO_LOAD option before Android L.

This change could result in multiple instances of the shared library being
loaded when using alternate paths. This will be addressed by b/18752589.

Change-Id: Icf26a0c6f76edfd4f1c710e14f1005138d97e77a
Reviewed-on: https://swiftshader-review.googlesource.com/2664
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Greg Hartman <ghartman@google.com>
src/Common/SharedLibrary.hpp