Commit 1e777486 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Fix expectations checks when non-public SDK is enabled

Bug: 1096987
Change-Id: I90c94ff848965c219054202c3dd3a319c8d14df3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254078
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarBen Mason <benmason@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780321}
parent 2c1b286d
......@@ -90,7 +90,7 @@ chrome_jni_for_test_registration_header = "$root_build_dir/gen/chrome/browser/an
# Chosen to match what CQ bots exist.
_enable_libs_and_assets_verification =
!is_component_build &&
public_android_sdk && !is_component_build &&
((target_cpu == "arm" && android_channel == "stable") ||
(target_cpu == "arm64" && android_channel == "default" &&
# Disable checks in official arm64 builds due to unwind assets.
......
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