blob: 35e15500eedc7d58337a9969b984595a41be30dd [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("common/x64-common.gni")
target_cpu = "x64"
board_name = "chromebook-x64"
update_kernels = [ "zbi.signed" ]
use_vboot = true
use_vbmeta = true
avb_key =
"//third_party/android/platform/external/avb/test/data/testkey_atx_psk.pem"
avb_atx_metadata =
"//third_party/android/platform/external/avb/test/data/atx_metadata.bin"
# Some users leave a USB key (containing zedboot) plugged into their
# device at all times. To avoid unintentionally breaking remote workflows,
# we permit multiple GPT devices.
board_bootfs_labels += [ "//src/storage/fshost:gpt_all" ]
board_package_labels += [
"//src/ui/scenic:frame-scheduler-min-predicted-frame-duration-in-us--15000",
]