From b16ae855fa8ce7777ad23b11f3ec88c45bfc4981 Mon Sep 17 00:00:00 2001 From: Aleksei Vetrov Date: Fri, 10 Nov 2023 18:08:02 +0000 Subject: elfutils: refactor transitive dependencies Soong doesn't have propagation for static library dependencies. Add "elfutils_transitive_defaults" to have "static_libs" that are applied to all static libraries that use elfutils. This have to be included explicitly by all elfutils users. Bug: 169779783 Bug: 309972007 Change-Id: Iab5543e3ed148962487ab21ad11f952afd1d51b9 Signed-off-by: Aleksei Vetrov --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index abb9648..ace80d8 100644 --- a/Android.bp +++ b/Android.bp @@ -19,6 +19,7 @@ license { cc_binary { name: "bpftool", + defaults: ["elfutils_transitive_defaults"], host_supported: true, srcs: [ "src/*.c", -- cgit v1.2.3