android-cuttlefish
android-cuttlefish copied to clipboard
Move `dosfstools` and `mtools` external repo configuration into `base/cvd/build_external`
dosfstools and mtools don't have the most complex external repository configuration, but they are moved down as an example of defining an external repository with a smaller footprint on the bazel workspace MODULE.bazel.
This uses the bazel include directive supported in MODULE.bazel files.
Bug: b/474145742