aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-20 08:01:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-20 08:01:00 +0000
commit136dfd680f76ed6e5e7bc8a3c044c360f6f930dc (patch)
treeee0f229156fd6f7f234e913bec95640e6226c60b
parent7ebe57289e3f64e0f69c9df37d215bf6017fffb2 (diff)
parentab0ef05ddad3ffe0297ed8676489b6d4febc7dec (diff)
downloadlibunwind-136dfd680f76ed6e5e7bc8a3c044c360f6f930dc.tar.gz
Snap for 4407698 from ab0ef05ddad3ffe0297ed8676489b6d4febc7dec to pi-release
Change-Id: I02fca2d39ef6ff5bb5aebf0df5e86d01278eab37
-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,