James Farrell | 8eabf66 | 2024-10-09 15:35:14 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | REPO_ROOT=$(realpath $(dirname $0)/../../..) | ||||
Stephen Hines | f7d5092 | 2024-10-16 17:24:10 -0700 | [diff] [blame] | 4 | ${REPO_ROOT}/development/tools/external_crates/android_cargo.py run -q --manifest-path ${REPO_ROOT}/development/tools/external_crates/Cargo.toml --release -- $* |