commit | f340a2067a607fbaaccbcead3c767d1922a006dc | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Aug 28 13:05:22 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Aug 28 13:05:22 2012 -0700 |
tree | 0485e050ba100de2182f4732d85d6becc54bbdf4 | |
parent | 82aaae2089b39522da2d4f93a996d78930ec3382 [diff] | |
parent | b3f695afa4cb8b873d70caba5252031ebeaa931a [diff] |
Merge "Remove static libs from link command"
diff --git a/Android.mk b/Android.mk index ba162f6..0991eeb 100644 --- a/Android.mk +++ b/Android.mk
@@ -4,5 +4,4 @@ LOCAL_SRC_FILES:= ping6.c LOCAL_MODULE := ping6 LOCAL_MODULE_TAGS := eng -LOCAL_STATIC_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE)