summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-28 13:41:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-28 13:41:10 -0700
commit351fb705d76aa9b12ea69b1ffe456c23029f1064 (patch)
tree48c6ac23e1b97bbf40a47e56d1b9ef0288b57a20
parent4935cb1232b4e68074400e7ff1eee9a6c676581d (diff)
parent8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a (diff)
downloadping-351fb705d76aa9b12ea69b1ffe456c23029f1064.tar.gz
* commit '8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a': 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 2053e22..b977022 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,5 +3,4 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= ping.c
LOCAL_MODULE := ping
-LOCAL_STATIC_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)