OSDN Git Service

Added -lpthread to target LDFLAGS for sim-eng.
authorAndy McFadden <fadden@android.com>
Mon, 8 Mar 2010 20:42:46 +0000 (12:42 -0800)
committerAndy McFadden <fadden@android.com>
Mon, 8 Mar 2010 20:42:46 +0000 (12:42 -0800)
commit99e087bc82c11d5909785acc7333176952a14032
treeccdf2d1ab66e29a1fb48bafe85e280c652da6d19
parentab2b1db4f8448f4ac2bcc775a96df4b7c786a59e
Added -lpthread to target LDFLAGS for sim-eng.

This adds "-lpthread" to TARGET_GLOBAL_LDFLAGS when TARGET_SIMULATOR
is true.  This is much easier than inserting it into individual
makefiles as needed.  Has no effect on other builds.

Should fix the sim-eng build breakage in libcameraservice.

Change-Id: I4dcd7d54b93d1be1622b8ce78a1662d28ca9f9f2
core/combo/TARGET_linux-x86.mk