am 8fc3c91c: Merge "Remove static libs from link command"

* commit '8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a':
  Remove static libs from link command
diff --git a/Android.mk b/Android.mk
index 2053e22..b977022 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,5 +3,4 @@
 include $(CLEAR_VARS)
 LOCAL_SRC_FILES:= ping.c
 LOCAL_MODULE := ping
-LOCAL_STATIC_LIBRARIES := libcutils libc
 include $(BUILD_EXECUTABLE)