Commit 2ec7d750 by Peng Huang Committed by Commit Bot

Disable null backend on Android

This change saves 6.6KB on Android Bug: angleproject:5490 Bug: chromium:1161513 Change-Id: I14636694ed7bff61accfac934fbbf6f619d2f6b0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2606528 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 6c608e94
...@@ -116,7 +116,9 @@ declare_args() { ...@@ -116,7 +116,9 @@ declare_args() {
(is_linux && (angle_use_x11 || angle_use_vulkan_display) && (is_linux && (angle_use_x11 || angle_use_vulkan_display) &&
!is_chromeos) || (is_android && ndk_api_level_at_least_26) || !is_chromeos) || (is_android && ndk_api_level_at_least_26) ||
is_fuchsia || is_ggp || is_mac) is_fuchsia || is_ggp || is_mac)
angle_enable_null = true
# Disable null backend to save space for official build.
angle_enable_null = !is_official_build
angle_enable_essl = true angle_enable_essl = true
angle_enable_glsl = true angle_enable_glsl = true
angle_enable_gl_desktop = !is_android && !is_ios angle_enable_gl_desktop = !is_android && !is_ios
......
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