summaryrefslogtreecommitdiff
path: root/partition_tools
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2023-07-23 10:01:34 -0700
committerDavid Anderson <dvander@google.com>2023-07-23 10:04:15 -0700
commitd37b3c2605940e08938a228d8b573d9d65a78e57 (patch)
tree7b7e795c9373a8cd720cdf33b32e27f3ad1ab76d /partition_tools
parent00355dd3489f37d8cb0a69c59f56fe1d2550f712 (diff)
downloadextras-d37b3c2605940e08938a228d8b573d9d65a78e57.tar.gz
lpdumpd: Link to libsnapshot dynamically.
This fixes a ~1.5MB regression in binary size. Bug: 291688516 Test: treehugger Change-Id: I70ddb7f74fe251a45e068779deb9729a3ae6fbf0
Diffstat (limited to 'partition_tools')
-rw-r--r--partition_tools/Android.bp6
1 files changed, 2 insertions, 4 deletions
diff --git a/partition_tools/Android.bp b/partition_tools/Android.bp
index 074d4604..f330d254 100644
--- a/partition_tools/Android.bp
+++ b/partition_tools/Android.bp
@@ -156,18 +156,16 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder",
+ "libfs_mgr_binder",
"liblog",
"liblp",
"liblpdump",
"liblpdump_interface-cpp",
"libprotobuf-cpp-lite",
+ "libsnapshot",
"libutils",
],
static_libs: [
- "libc++fs",
- "libfs_mgr_binder",
- "libsnapshot",
- "libsnapshot_cow",
"update_metadata-protos",
],
srcs: [