summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksei Vetrov <vvvvvv@google.com>2023-11-14 19:21:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-14 19:21:39 +0000
commit2eb0faf1f928aa9e4a428062c732312ee75ff4a1 (patch)
tree63b1dd7c90e74e418f1a43c704b59c6319689ad2
parentab65bd94da765476bf7d038ab2bdb9fbd2eb8625 (diff)
parent97305bb8c62e4a2f64d2d083e21a8f21c60b79f3 (diff)
downloadcontexthub-2eb0faf1f928aa9e4a428062c732312ee75ff4a1.tar.gz
elfutils: refactor transitive dependencies am: 4fa44e4465 am: d3bc17b984 am: 97305bb8c6
Original change: https://android-review.googlesource.com/c/device/google/contexthub/+/2826077 Change-Id: Ic6c6b5cba28e5d50b892823f75a98bfdd6161548 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--util/nanoapp_postprocess/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/nanoapp_postprocess/Android.bp b/util/nanoapp_postprocess/Android.bp
index b5cdf992..4528a2f0 100644
--- a/util/nanoapp_postprocess/Android.bp
+++ b/util/nanoapp_postprocess/Android.bp
@@ -25,6 +25,7 @@ package {
cc_binary_host {
name: "nanoapp_postprocess",
+ defaults: ["elfutils_transitive_defaults"],
srcs: ["postprocess_elf.c"],
@@ -37,9 +38,8 @@ cc_binary_host {
static_libs: [
"libnanohub_common",
- // libelf needed for ELF parsing support, libz required by libelf
+ // libelf needed for ELF parsing support
"libelf",
- "libz",
],
// Statically linking libc++ so this binary can be copied out of the tree and