platform_build/tools/rbcrun/testdata
Cole Faust ccd26808af Prevent using symlinks to starlark files
Symlinks are frequently confusing / a source of bugs. They also don't
provide much utility over just loading the other file and re-exporting
its symbols, so recommend doing that instead.

Test: Presubmits
Change-Id: Ie3052ebc0add77f1746d6321fbdf7bc15df9819b
2023-11-09 14:32:55 -08:00
..
bzl_loads_scl.bzl Only allow .scl files to load other .scl files 2023-11-07 11:27:41 -08:00
bzl_loads_scl_2.bzl Only allow .scl files to load other .scl files 2023-11-07 11:27:41 -08:00
file_ops.star Remove unneeded rbcrun features 2023-05-05 11:52:02 -07:00
load.star
module1.star Allow importing starlark code in makefiles 2023-05-09 15:12:58 -07:00
module2.star
scl_incorrectly_loads_bzl.scl Only allow .scl files to load other .scl files 2023-11-07 11:27:41 -08:00
shell.star Remove unneeded rbcrun features 2023-05-05 11:52:02 -07:00
test_scl.scl Only allow .scl files to load other .scl files 2023-11-07 11:27:41 -08:00
test_scl_symlink.scl Prevent using symlinks to starlark files 2023-11-09 14:32:55 -08:00