commit | b717652f6e46c0f5bece2713e9c3af0ae36341d6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 03 20:48:51 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 20:48:51 2019 -0700 |
tree | a4546ee1527649071fc1697bde9747230f49920f | |
parent | 0979787af37d71aee8b5bef6e62c6e3a7c8aff8c [diff] | |
parent | 0a6e98781db85909c4a9f53ba4d50974783ce18d [diff] |
Remove -nostdlib am: 58c98b1493 am: 2f060ec263 am: 0a6e98781d Change-Id: I69a24b4f9561bc99e154dd695a31e231e317a4ba
diff --git a/Android.bp b/Android.bp index 9fabe3c..d112d6b 100644 --- a/Android.bp +++ b/Android.bp
@@ -398,10 +398,6 @@ }, target: { - linux_glibc: { - // Remove dependencies on libgcc - ldflags: ["-nostdlib"], - }, linux_bionic: { enabled: true, },