1# Android has this, but there are no docs for it; it seems somehow related to Ninja? 2# toplevel_output_directories(paths = ["out"]) 3 4local_repository( 5 name = "bazel_skylib", 6 path = "external/bazel-skylib", 7) 8