blob: 189f5a0899b6e2a1b47a98f4f308ab8abd223411 [file] [log] [blame]
STRING_VALUE = 'No one overwrote me'
echo_genrule(
name='base_genrule',
deps=['//fakeModule:fake_genrule'],
echo_str=STRING_VALUE,
out='rootOut',
)
# If subsequent build files are parsed but aren't sandboxed, this will raise
# an exception. This tests that build files are in fact properly sandboxed
# from each other.
def genrule():
raise "I POLLUTED THE SCOPE!!!"