Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 43c7b3d1fa3f452ae988045860c486202b288de0..0de6e0a31c75ea543dc12cf59411fadf12e631a1 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -853,11 +853,7 @@ group("gn_only") { |
} |
if (is_android) { |
- deps += [ |
- "//build/android/gyp/test:hello_world", |
- "//build/android/incremental_install:bootstrap_java", |
- "//build/android/java_assertion_enabler", |
- ] |
+ deps += [ "//build/android/gyp/test:hello_world" ] |
} |
if (is_linux && use_ozone) { |