OSDN Git Service

Members in LOCAL_WHOLE_STATIC_LIBRARIES should be force_loaded.
authorShih-wei Liao <sliao@google.com>
Wed, 2 May 2012 11:41:41 +0000 (04:41 -0700)
committerShih-wei Liao <sliao@google.com>
Thu, 3 May 2012 22:38:17 +0000 (15:38 -0700)
commitb2680757a07bfd16efae3c8710c69b14807f425f
tree2228bb4f0bfb9b5bf6402b5b21ac4df7ebdd09fb
parenta56be342c2b948e837584199d491a149d2e69064
Members in LOCAL_WHOLE_STATIC_LIBRARIES should be force_loaded.

For Mac build, force_load the LOCAL_WHOLE_STATIC_LIBRARIES.

Mac has its custom linker. However, its linking rule for generating
shared libraries doesn’t take the LOCAL_WHOLE_STATIC_LIBRARIES
into consideration.

Change-Id: Ia6858bf6e2ebb334db8f3d0bdc71d7ecc0ef11c1
core/combo/HOST_darwin-x86.mk