commit | bd2d961cc2875259677e34211d2e8ec071b0d8da | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Aug 04 14:23:04 2015 -0700 |
committer | dcashman <dcashman@google.com> | Thu Oct 22 15:21:26 2015 -0700 |
tree | a110456a2f1432587b83785d34ff2fa4ee161597 | |
parent | c52b3c08fa5ea3680ffcd68c2a1d0542d09f0509 [diff] |
init/adb: correct static lib dependencies for libselinux Now that libselinux uses libpackagelistparser, in order for libpackagelistparser to be properly statically linked liblog must come after libselinux for all the liblog references to be defined in libpackagelistparser which is included in libselinux. This patch corrects that order. Change-Id: I7aee10c9395310919779ed2463aab6b2f8b380cc Signed-off-by: William Roberts <william.c.roberts@intel.com>