Change-Id: Icdfe215a7e86466a07fe0508775c89963a0a4787
executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do.