Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index e3b88d189cd01cbcc44cdc74a2bb2fb860909bd3..64ab23176ef3667103ebf2722b52ae8bbf930c47 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -852,7 +852,11 @@ |
} |
if (is_android) { |
- deps += [ "//build/android/gyp/test:hello_world" ] |
+ deps += [ |
+ "//build/android/gyp/test:hello_world", |
+ "//build/android/incremental_install:bootstrap_java", |
+ "//build/android/java_assertion_enabler", |
+ ] |
} |
if (is_linux && use_ozone) { |