aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-08-27 14:20:57 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-08-27 14:45:40 +0000
commit145b701977726094f8ae44f6532b9fb3e2057e5e (patch)
treed51a60ee98e72e1f577552a59bbab7ebf248e903 /src/main/java/com/google/devtools/build/lib/rules
parent2ccd056fd911f821520c97dc8d064a42672a6056 (diff)
Make load() work in remote repositories too.
Previously, load() always looked up .bzl files in the main repository. Ideally, it would just take a label and then it would work by default, but for the time being, this quick fix will do. I had to put in an evil hack to make load() statements work in the prelude, because we currently have no way to distinguish load() statements from the prelude and from the BUILD file. Again, a proper label-based load() would solve this. -- MOS_MIGRATED_REVID=101677502
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules')
0 files changed, 0 insertions, 0 deletions