aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:13:01 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:13:01 +0000
commit7ebe57289e3f64e0f69c9df37d215bf6017fffb2 (patch)
tree00fcbd754ca19dd0bae23ac7ef85a223e7a3cbbf
parent2617e444fceaba3814c457812f93e5114cbf6fcc (diff)
parent7ee62db3186fce48444fb8691ed5f29d093371c9 (diff)
downloadlibunwind-7ebe57289e3f64e0f69c9df37d215bf6017fffb2.tar.gz
release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-4370135 snap-temp-L93500000107644030
Change-Id: Iaa6da1dd5abe87670ac1eedfef261606658fe3b8
-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"],
},
},