summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-28 13:41:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-28 13:41:11 -0700
commitd758e6092bbd733f608ea49ffdd00f0d421b4fc7 (patch)
treef78661980d3d9d6cc14d2266059fbec8e8fbc349
parent05c2c6c155cfaf355e931a5971f83fc86ba157ff (diff)
parentf340a2067a607fbaaccbcead3c767d1922a006dc (diff)
downloadping6-d758e6092bbd733f608ea49ffdd00f0d421b4fc7.tar.gz
* commit 'f340a2067a607fbaaccbcead3c767d1922a006dc': Remove static libs from link command
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ba162f6..0991eeb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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)