aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 21:52:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 21:52:22 +0000
commit40758bb0250a4eed2506468cd17b292f386dc43e (patch)
tree00fcbd754ca19dd0bae23ac7ef85a223e7a3cbbf
parentfe8be1e7a3375ada9816ae142cd941d98b47adfd (diff)
parent9e2a5fd924e062e4064c4b93481c9e9822b48d17 (diff)
downloadlibunwind-40758bb0250a4eed2506468cd17b292f386dc43e.tar.gz
Remove default libraries am: dfc348fb2b am: 6ea7417777
am: 9e2a5fd924 Change-Id: I782eebe0574ecba91c7ccce4e8a489b7966d1f40
-rw-r--r--Android.bp11
1 files changed, 2 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 8e390041..bbebc33f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -403,19 +403,12 @@ cc_library {
},
target: {
- android: {
- shared_libs: ["libdl"],
- },
- linux: {
+ linux_glibc: {
+ // Remove dependencies on libgcc
ldflags: ["-nostdlib"],
- host_ldlibs: [
- "-lc",
- "-lpthread",
- ],
},
linux_bionic: {
enabled: true,
- shared_libs: ["libdl"],
},
},