Skip to content

Commit

Permalink
Add missing shared library in linker command. Currently this library …
Browse files Browse the repository at this point in the history
…is used

in the main executable but not listed in the linker command.  It is implicitly
added via a dependency of another shared library.
  • Loading branch information
dougkwan committed Dec 15, 2009
1 parent bd86a84 commit 75cbe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wilink_6_1/CUDK/tiwlan_loader/Android.mk
Expand Up @@ -49,7 +49,7 @@ LOCAL_STATIC_LIBRARIES := \
libtiOsLib

LOCAL_SHARED_LIBRARIES := \
libc libhardware_legacy
libc libcutils libhardware_legacy

LOCAL_MODULE:= wlan_loader

Expand Down

0 comments on commit 75cbe23

Please sign in to comment.