Android: Make missing dep suggestions more copy / pasteable

Bug: None
Change-Id: I01b59489312ea1c367f50f3c229ea9396bd8b2fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3457782
Reviewed-by: Peter Wen <[email protected]>
Reviewed-by: Sky Malice <[email protected]>
Commit-Queue: Andrew Grieve <[email protected]>
Cr-Commit-Position: refs/heads/main@{#970697}
diff --git a/docs/android_accessing_cpp_enums_in_java.md b/docs/android_accessing_cpp_enums_in_java.md
index 012f73a..b49f97e0 100644
--- a/docs/android_accessing_cpp_enums_in_java.md
+++ b/docs/android_accessing_cpp_enums_in_java.md
@@ -166,7 +166,7 @@
 $ autoninja -C out/Default base/foo_java
 util.build_utils.CalledProcessError: Command failed: ...
 org/chromium/chrome/FooBar.java:13: error: symbol not found androidx.annotation.IntDef
-Please add //third_party/androidx:androidx_annotation_annotation_java dep to //base/foo_java. File a crbug if this suggestion is incorrect.
+Hint: Add "//third_party/androidx:androidx_annotation_annotation_java" to deps of //base/foo_java
 import androidx.annotation.IntDef;
        ^
 org/chromium/chrome/FooBar.java:18: error: could not resolve IntDef