aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:19:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:19:20 +0000
commit96a23bdb382e60df67f45512347de27a4b3f7dec (patch)
tree116503a146fffede408aa8a6f11c329c0aaae199
parentda89ffcc7de3f6461a6922d546bae0189d6eda72 (diff)
parent6a078b757ab87e6ccbb36ba55f2d48615309cff9 (diff)
downloadcurl-96a23bdb382e60df67f45512347de27a4b3f7dec.tar.gz
release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-4370135 snap-temp-L93500000107644030
Change-Id: Iee145c1dc777aae35619e1b7e7900a1cfa6dd8d3
-rw-r--r--Android.bp33
1 files changed, 5 insertions, 28 deletions
diff --git a/Android.bp b/Android.bp
index 61ccab48c..493859288 100644
--- a/Android.bp
+++ b/Android.bp
@@ -188,37 +188,14 @@ cc_library {
"lib/vtls/gskit.c",
"lib/vtls/mbedtls.c",
],
- shared: {
- shared_libs: [
- "libcrypto",
- "libssl",
- ],
- },
- static: {
- static_libs: [
- "libcrypto",
- "libssl",
- "libz",
- ],
- },
+ shared_libs: [
+ "libcrypto",
+ "libssl",
+ "libz",
+ ],
target: {
host: {
cflags: ["-D_GNU_SOURCE=1"],
- shared: {
- shared_libs: [
- "libz-host",
- ],
- },
- },
- linux: {
- host_ldlibs: ["-lrt"],
- },
- android: {
- shared: {
- shared_libs: [
- "libz",
- ],
- },
},
},
unique_host_soname: true,