summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-25 04:32:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-25 04:32:47 +0000
commit1eecac034d2f2764789978e970232d658a726cfa (patch)
treebb7b9e88dfafb4ec4ea03f2966d99be22c761719
parentd1523054292bd89e6324bb3a8bb0c585e5c320ae (diff)
parent1e2e45eaefc314f0c7e79b778ffd43f2761df63b (diff)
downloadunwinding-1eecac034d2f2764789978e970232d658a726cfa.tar.gz
Snap for 9654363 from 1e2e45eaefc314f0c7e79b778ffd43f2761df63b to udc-release
Change-Id: I52b6146b1633fa3910a22339a855c8b26bd4fa71
-rw-r--r--libunwindstack/Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 0aec80d..4023b0a 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -238,10 +238,10 @@ cc_library {
shared_libs: [
"libbase",
"libunwindstack",
- "libprocinfo",
],
whole_static_libs: [
"libc++fs",
+ "libprocinfo",
"libz",
],
srcs: [
@@ -351,7 +351,6 @@ cc_defaults {
static_libs: [
"libdexfile_support",
"libgmock",
- "libprocinfo",
"libunwindstack_utils",
],
@@ -469,9 +468,9 @@ cc_defaults {
defaults: ["libunwindstack_flags"],
shared_libs: [
- "libunwindstack_stdout_log",
"libbase",
"liblzma",
+ "libunwindstack_stdout_log",
],
target: {
// Always disable optimizations for host to make it easier to debug.
@@ -515,8 +514,8 @@ cc_binary {
name: "unwind_for_offline",
defaults: ["libunwindstack_tools"],
static_libs: [
- "libunwindstack_utils",
"libc++fs",
+ "libunwindstack_utils",
],
srcs: [
@@ -584,8 +583,8 @@ cc_benchmark {
],
static_libs: [
- "libunwindstack_utils",
"libprocinfo",
+ "libunwindstack_utils",
],
target: {