summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-11-29 13:43:02 -0800
committerCole Faust <colefaust@google.com>2023-11-29 13:43:02 -0800
commitf45e673a553610dc230df3171c30ab5f8953f869 (patch)
tree8dc3179a8ed204a449a34dbc16dd661f4bb4ddc1
parentebb6f001390464470f8cc78a40fc086e9e85ab9a (diff)
downloadlibcxx-f45e673a553610dc230df3171c30ab5f8953f869.tar.gz
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
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
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: [