• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3REPO_ROOT=$(realpath $(dirname $0)/../../..)
4${REPO_ROOT}/development/tools/external_crates/android_cargo.py run -q --manifest-path ${REPO_ROOT}/development/tools/external_crates/Cargo.toml --release -- $*
5