platform_build_soong/cmd/sbox
Cole Faust dd9529050d Handle symlinks in sbox
Previously, sbox would follow the symlink and copy the symlink's target
into the sbox, instead of the symlink itself.

camera-its is a genrule that zips up a folder that includes a symlink,
so we want the symlink to still be there instead of a copy of the file
it points to.

Bug: 307824623
Test: ./build/soong/tests/genrule_sandbox_test.py camera-its
Change-Id: Ib81f6fd6745ec2c58580082c73e33760d5051f5e
2023-11-28 17:34:38 -08:00
..
sbox_proto Upgrade to golang protobuf api v2 2021-07-23 11:12:05 -07:00
Android.bp Upgrade to golang protobuf api v2 2021-07-23 11:12:05 -07:00
sbox.go Handle symlinks in sbox 2023-11-28 17:34:38 -08:00
sbox_test.go sbox: fix typo when comparing files 2022-04-13 00:28:32 +00:00