Skip to content
  • Kristina Chodorow's avatar
    Add symlinks to third_party/ and tools/ to base_workspace · 3671ff63
    Kristina Chodorow authored
    While attempting to clean up the Bazel examples, I noticed that the example
    tests don't actually work because they expect a third_party directory. We could
    link third_party/ from the top-level bazel directory, but then we'd have
    crossing symlinks (base_workspace/tools->tools and
    third_party->base_workspace/third_party). Linking everything in one direction
    seemed like a better option, but alternative suggestions are welcome.
    
    --
    MOS_MIGRATED_REVID=86703332
    3671ff63