Use Android's cargo to run preupload checks.

Requires aosp/3222207

Bug: 339424309
Test: treehugger
Change-Id: I88aee794996bdc73528df7c88f6dc7776097843e
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index a242329..421696d 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -1,2 +1,2 @@
 [Hook Scripts]
-check = cargo run --bin crate_health --manifest-path ${REPO_ROOT}/development/tools/external_crates/Cargo.toml -- preupload-check ${PREUPLOAD_FILES}
+check = ${REPO_ROOT}/development/tools/external_crates/android_cargo.py run --bin crate_health --manifest-path ${REPO_ROOT}/development/tools/external_crates/Cargo.toml -- preupload-check ${PREUPLOAD_FILES}