From f45e673a553610dc230df3171c30ab5f8953f869 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 29 Nov 2023 13:43:02 -0800 Subject: [PATCH] Add targets of symlinks to genrule's sources A change is being made to sbox so that symlinks aren't resolved before being copied into the sandbox. This requires that the targets of the symlinks are also added to the sandbox. Bug: 307824623 Test: m libc_musl_sysroot_libc++_headers with aosp/2850015 Change-Id: Idc46c38a2c92826b52d82add8221c69c2f1394fe --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 53950990c..d740cea6b 100644 --- a/Android.bp +++ b/Android.bp @@ -294,8 +294,10 @@ genrule { name: "libc_musl_sysroot_libc++_headers", visibility: ["//external/musl"], srcs: [ + "LICENSE.TXT", "NOTICE", "include/**/*", + ":libcxxabi_headers", ], out: ["libc_musl_sysroot_libc++_headers.zip"], tools: [