summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-28 13:05:59 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-28 13:05:59 -0700
commit8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a (patch)
tree1fffa09df0acc6ae3be8fc2a28a7b4dcfe3c41ec
parente9640ed4c9c4441b512fd17344b8ca7ab507c176 (diff)
parent0a8bd437c87c11894b1313a49c51217fe895246a (diff)
downloadping-8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a.tar.gz
Merge "Remove static libs from link command"tools_r21
-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)