commit | d606003a66213da4587a18f5df8d006c11d96699 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jul 13 22:58:25 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jul 13 22:58:25 2009 -0700 |
tree | 8c2b878e9c8dff14bafa793873c954bc36054123 | |
parent | b8eccd86603448a618978a92727a9b948d9f62ed [diff] |
first attempt to fix the sim
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk index 93cb5ae..88e76dc 100644 --- a/libs/surfaceflinger/Android.mk +++ b/libs/surfaceflinger/Android.mk
@@ -28,7 +28,7 @@ # need "-lrt" on Linux simulator to pick up clock_gettime ifeq ($(TARGET_SIMULATOR),true) ifeq ($(HOST_OS),linux) - LOCAL_LDLIBS += -lrt + LOCAL_LDLIBS += -lrt -lpthread endif endif