Index: build/android/BUILD.gn |
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn |
index 90a8b518548537f9017208dea9d28343ed97f42e..1b588230f1ba714c4486c6f4fd12ffb3688be5d0 100644 |
--- a/build/android/BUILD.gn |
+++ b/build/android/BUILD.gn |
@@ -23,4 +23,7 @@ action("find_sun_tools_jar") { |
java_prebuilt("sun_tools_java") { |
jar_path = sun_tools_jar_path |
+ deps = [ |
+ ":find_sun_tools_jar", |
+ ] |
} |