This flag changes the default behavior so that __init__.py files are no
longer automatically created in the runfiles of Python targets. Precisely,
when a py_binary or py_test target has legacy_create_init set to "auto"
(the default), it is treated as false if and only if this flag is set. See
https://github.com/bazelbuild/bazel/issues/10076.