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
This commit is contained in:
Cole Faust
2023-11-29 13:43:02 -08:00
parent ebb6f00139
commit f45e673a55

View File

@@ -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: [