aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 21:48:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 21:48:53 +0000
commit9e2a5fd924e062e4064c4b93481c9e9822b48d17 (patch)
tree00fcbd754ca19dd0bae23ac7ef85a223e7a3cbbf
parent27c9315e6c0b4c24288bcd7fbd21f04a8bc19649 (diff)
parent6ea7417777e2851483da66bb4c9690ebfe0fe976 (diff)
downloadlibunwind-9e2a5fd924e062e4064c4b93481c9e9822b48d17.tar.gz
Remove default libraries am: dfc348fb2b
am: 6ea7417777 Change-Id: I395e92856609753f068a68f92efe3632a4e79c09
-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"],
},
},