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