Commit b3bf25e6 authored by Ian Vollick's avatar Ian Vollick Committed by Commit Bot

[ar] Package ARCore shim in dev/canary

With this change, package_arcore will be true for dev and canary builds.

Bug: 841881
Change-Id: Ib2a75e5a87cdc9776c674cc24293017966a56fe5
Reviewed-on: https://chromium-review.googlesource.com/1091642
Commit-Queue: Ian Vollick <vollick@chromium.org>
Reviewed-by: default avatarBrandon Jones <bajones@chromium.org>
Reviewed-by: default avatarBill Orr <billorr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565454}
parent 7fce3f9f
...@@ -35,7 +35,8 @@ declare_args() { ...@@ -35,7 +35,8 @@ declare_args() {
# we are limiting to canary and dev until binary size issues are resolved. # we are limiting to canary and dev until binary size issues are resolved.
# TODO(crbug.com/845080): add android_channel == "dev" || "canary" # TODO(crbug.com/845080): add android_channel == "dev" || "canary"
package_arcore = is_android && !is_chromecast && current_cpu == "arm" && package_arcore = is_android && !is_chromecast && current_cpu == "arm" &&
android_channel == "default" (android_channel == "default" ||
android_channel == "canary" || android_channel == "dev")
# TODO(crbug.com/841389): We should eventually have a single flag for # TODO(crbug.com/841389): We should eventually have a single flag for
# enabling arcore, but we currently don't support ARCore in 64bit, and we do # enabling arcore, but we currently don't support ARCore in 64bit, and we do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment