platform_build_soong/tests
Jingwen Chen d4b1dc8b2a bp2build: add support for planting unresolved symlinks in the symlink forest.
In the isDir check, there's a possibility that the Stat check fails
because the path is an unresolved symlink. Verify it with Lstat (which
would succeed, since it doesn't follow links), and treat it like a file
if Lstat succeeds.

Test: new integration test
Fixes: 232370097
Change-Id: I9807ca363a5dbdc20639b489b54627bd2cc1ca60
2022-05-17 12:17:53 +00:00
..
androidmk_test.sh Add tests for converting license in androidmk 2021-12-07 11:26:16 -08:00
bootstrap_test.sh Remove the out/soong/.bootstrap directory. 2021-11-04 09:47:58 +01:00
bp2build_bazel_test.sh bp2build: add support for planting unresolved symlinks in the symlink forest. 2022-05-17 12:17:53 +00:00
lib.sh bp2build: add support for planting unresolved symlinks in the symlink forest. 2022-05-17 12:17:53 +00:00
mixed_mode_test.sh Fix OUT_DIR lookup in mixed builds. 2021-06-01 12:07:40 +00:00
run_integration_tests.sh Add tests for converting license in androidmk 2021-12-07 11:26:16 -08:00
soong_test.sh Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works. 2021-08-12 05:07:11 -04:00