Snap for 15112353 from 9efc32e7bdc7abf6b4b1b8e50dfe228d3493d984 to 26Q2-release Change-Id: I924df839cc316e159f283ffbf8fc748037487f51
Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.
To ensure consistent code style and quality, this project uses a pre-commit hook to automatically format code. Please follow these steps once to set it up:
Install pipx (if you don't have it):
On Linux:
sudo apt update
sudo apt install pipx
On Mac:
brew install pipx
Homebrew install instructions: go/homebrew.
Add pipx to your PATH:
pipx ensurepath # You may need to restart your shell after this.
Install pre-commit using pipx:
pipx install pre-commit
Install the Git hooks for this repository:
pre-commit install
After this one-time setup, the formatting script will run automatically before each commit.
For details on MODULE.bazel.lock behavior, specifically regarding rules_python and the source.json checksum, see proto/GEMINI.md.