[go: nahoru, domu]

[WebLayer] Add weblayer_support_apk to the all target

Make sure to build weblayer_support_apk on cq bots in
order to prevent compile/deps issues early on.

Note: the shell no longer directly depends on the
WebLayerSupport.apk, but the perf bots do.

Change-Id: I3956d8d6f12b82be8c08d7c86d476a5ade92c547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960148
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723872}
diff --git a/BUILD.gn b/BUILD.gn
index d0573be..85c215a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -346,6 +346,7 @@
       "//ui/android:ui_junit_tests",
       "//weblayer/public/java:client_aar",
       "//weblayer/shell/android:weblayer_shell_apk",
+      "//weblayer/shell/android:weblayer_support_apk",
     ]
     deps -= [
       "//net:net_perftests",