OSDN Git Service

linker: Refactoring step 3 of many
authorDimitry Ivanov <dimitry@google.com>
Fri, 9 Sep 2016 17:00:39 +0000 (10:00 -0700)
committerDimitry Ivanov <dimitry@google.com>
Tue, 13 Sep 2016 20:38:58 +0000 (13:38 -0700)
commit3f6605754464c0856862c4d66ed03227a60a6f4d
tree16a13eff76ffede482df87d0eaf8f069ad0dc43d
parent0f81dd35485563a2d111f01a1c14ac3678192c12
linker: Refactoring step 3 of many

Extract linker executable specific code to linker_main.cpp;
this part of code does not have a place in libdl.a/so.

Bug: http://b/14998480
Bug: http://b/30706810
Test: mm && run bionic-unit-tests
Change-Id: I90f7475e93a919b0f9525da22928089ad35b8f6c
linker/Android.bp
linker/linker.cpp
linker/linker_main.cpp [new file with mode: 0644]
linker/linker_main.h [new file with mode: 0644]
linker/linker_soinfo.h