Skip to content

Commit

Permalink
Remove static libs from link command
Browse files Browse the repository at this point in the history
Dynamic versions are found automatically. When USE_PT_GNU_EH_FRAME is
enabled libc.a has unresolved __executable_start which is not provided
by bfd linker when -pie option used.
See here: https://android-review.googlesource.com/#/c/42250

Change-Id: I58c9e707554cd8274e4d8fb08fac62329a97be11
Signed-off-by: Pavel Chupin <[email protected]>
  • Loading branch information
Pavel Chupin committed Aug 28, 2012
1 parent 82aaae2 commit b3f695a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= ping6.c
LOCAL_MODULE := ping6
LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)

0 comments on commit b3f695a

Please sign in to comment.