OSDN Git Service

Fix unload of recursively linked library
authorDmitriy Ivanov <dimitry@google.com>
Tue, 9 Sep 2014 17:21:42 +0000 (10:21 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Fri, 12 Sep 2014 05:40:48 +0000 (22:40 -0700)
commita6ac54a215d6b64f5cc5a59b66c1dbfbb41ea9f5
tree9c449ba5033138dc2fb5b80268bbb01a83e5aa4a
parent8d8a789c49ffb6b71e4b8f34df937cfaaff86e40
Fix unload of recursively linked library

  Expanded test for recursive libs. Fixed bug with unnecessary
  soinfo_free of already loaded library.

Change-Id: I2cc19f2650c8b12a35feeac127ef608ebba44d88
linker/linker.cpp
tests/dlfcn_test.cpp
tests/libs/Android.mk
tests/libs/dlopen_testlib_invalid.cpp [new file with mode: 0644]