aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-10-19 01:52:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 01:52:28 +0000
commitab0ef05ddad3ffe0297ed8676489b6d4febc7dec (patch)
treeee0f229156fd6f7f234e913bec95640e6226c60b
parent7ee62db3186fce48444fb8691ed5f29d093371c9 (diff)
parent41ba0e90f33fe3b5d1467e4fab5e0a709685c0db (diff)
downloadlibunwind-ab0ef05ddad3ffe0297ed8676489b6d4febc7dec.tar.gz
libunwind is not directly available to vendors am: 506316be20 am: 64403ab46f am: c4b010f5d6
am: 41ba0e90f3 Change-Id: I0191c0df658d67d121c8f72f1cdf9d4f2ba7a208
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index bbebc33f..cb527c59 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,6 @@
cc_defaults {
name: "libunwind_defaults",
host_supported: true,
- vendor_available: true,
cppflags: [
"-Wno-old-style-cast",
@@ -124,6 +123,7 @@ cc_defaults {
cc_library {
name: "libunwind",
defaults: ["libunwind_defaults"],
+ vendor_available: false,
vndk: {
enabled: true,
support_system_process: true,
@@ -427,6 +427,7 @@ cc_library {
cc_library_static {
name: "libunwindbacktrace",
defaults: ["libunwind_defaults"],
+ vendor_available: true,
sdk_version: "21",
srcs: [
"src/unwind/BacktraceWrapper.c",
@@ -454,8 +455,6 @@ cc_library_static {
"-fvisibility=hidden",
],
- whole_static_libs: ["libunwind"],
-
target: {
linux_bionic: {
enabled: true,