Added cleanup script for housekeeping tasks

While I managed to remove the OWNERS files from the repo using
.gitignore, the checksums still had the OWNERS files and were
complaining when I attempted to build.

The added cleanup script removes the OWNERS files from the checksum
files that are generated as part of the vendoring.

BUG=None
TEST=Ran the cleanup and rebuilt the systembt binary

Change-Id: I273794e6373a9ab35c355623b67c1f4090ad8842
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/rust_crates/+/2727936
Commit-Queue: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Tested-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
1 file changed
tree: 668f9394effe8c7d84bc3679befafe9370759963
  1. src/
  2. vendor/
  3. .gitignore
  4. Cargo.lock
  5. Cargo.toml
  6. cleanup.py
  7. OWNERS
  8. README.md
README.md

WIP: Vendored Rust Libraries

This repository contains vendored Rust libraries for the system bluetooth project. It is currently in an experimental state where we are simply running cargo vendor to store all our dependencies.

Please reach out to the individuals listed in the OWNERS file if you'd like to know more about this repo.