commit | 351fb705d76aa9b12ea69b1ffe456c23029f1064 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Aug 28 13:41:10 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Aug 28 13:41:10 2012 -0700 |
tree | 48c6ac23e1b97bbf40a47e56d1b9ef0288b57a20 | |
parent | 4935cb1232b4e68074400e7ff1eee9a6c676581d [diff] | |
parent | 8fc3c91cf9e7f87bc20b9e6d3ea2982d87b70d9a [diff] |
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)