aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 21:54:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 21:54:52 +0000
commit7ee62db3186fce48444fb8691ed5f29d093371c9 (patch)
tree00fcbd754ca19dd0bae23ac7ef85a223e7a3cbbf
parent99b1b84783f60ae155849fb2559a0353249307bb (diff)
parent40758bb0250a4eed2506468cd17b292f386dc43e (diff)
downloadlibunwind-7ee62db3186fce48444fb8691ed5f29d093371c9.tar.gz
Remove default libraries am: dfc348fb2b am: 6ea7417777 am: 9e2a5fd924
am: 40758bb025 Change-Id: I8aaf5a8c1673c153c83fa8f37e980ec7e2a70704
-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"],
},
},