private static ArtifactLocation makeArtifactLocation(Package pkg) {
   Root root = Root.asSourceRoot(pkg.getSourceRoot());
   PathFragment relativePath = pkg.getBuildFile().getPath().relativeTo(root.getPath());
   return makeArtifactLocation(root, relativePath);
 }