| commit | b9e52a07b7a605fe6d6588587bc74002f632c768 | [log] [tgz] |
|---|---|---|
| author | Andy McFadden <fadden@android.com> | Wed Sep 09 08:00:09 2009 -0700 |
| committer | Andy McFadden <fadden@android.com> | Wed Sep 09 08:02:54 2009 -0700 |
| tree | 7862a2acf078db635214fdfc0d0eb07a404490ad | |
| parent | 11c803ac77b6a9b815180b4649a700361d3b8cfe [diff] |
Fix sim-eng build.
Appears to have been broken by:
commit 9779b221e999583ff89e0dfc40e56398737adbb3
Author: Mathias Agopian <mathias@google.com>
Date: Mon Sep 7 16:32:45 2009 -0700
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
For some reason we don't like to have "-lpthread" globally -- it's a no-op
on device builds, but required for many host tools and all sim binaries --
so adding the use of pthread calls requires adding the library explicitly.