Commit 2a3f2a4e authored by Peng Huang's avatar Peng Huang Committed by Chromium LUCI CQ

Not link ANGLE statically on Android for stable and beta channels

Bug: 1161513
Change-Id: Ia0a82f44b878dbcb7589a2aec9ec597ff517660b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600390Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840191}
parent f2bf882d
...@@ -2,14 +2,16 @@ ...@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/android/channel.gni")
import("//build/config/chromecast_build.gni") import("//build/config/chromecast_build.gni")
import("//build/config/chromeos/ui_mode.gni") import("//build/config/chromeos/ui_mode.gni")
import("//build/config/chromeos/ui_mode.gni") import("//build/config/chromeos/ui_mode.gni")
declare_args() { declare_args() {
# Should ANGLE be linked statically? # Should ANGLE be linked statically?
# False by default, enabling currently supported only on Android # Enabling currently supported only on Android.
use_static_angle = is_android use_static_angle =
is_android && android_channel != "stable" && android_channel != "beta"
# Should EGL support be compiled? # Should EGL support be compiled?
# Can be overriden to test during bring up of EGL support on other platforms. # Can be overriden to test during bring up of EGL support on other platforms.
......
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