Commit 0eacf7c8 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Disable linux packages for LaCrOS

This is needed so we can reland [1] and [2].

[1] https://chromium-review.googlesource.com/c/chromium/src/+/2379674
[2] https://chromium-review.googlesource.com/c/chromium/src/+/2380370

R=thestig

Change-Id: If2dbda4d38e7df58905718525918135a617e7f76
Bug: 1122702
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380572
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802358}
parent ee340b0b
......@@ -3,12 +3,14 @@
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/sysroot.gni")
declare_args() {
enable_linux_installer = is_linux && !is_chromeos && !is_component_build &&
use_sysroot && !using_sanitizer
enable_linux_installer =
is_linux && !is_chromeos && !is_component_build && use_sysroot &&
!using_sanitizer && !chromeos_is_browser_only
}
# Meta-target that forwards to the installer of the correct type (if any).
......
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