Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
merge from open-source master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Queru committed Sep 1, 2009
2 parents 89837f8 + 86160f9 commit 4d9c3bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/make_cfst/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_LDLIBS := \
-lm \
-lpthread \
-ldl \
-lpthread
ifneq ($(HOST_OS),freebsd)
LOCAL_LDLIBS += -ldl
endif

LOCAL_MODULE:= make_cfst

Expand Down

0 comments on commit 4d9c3bb

Please sign in to comment.