blob: 4b84bb00e3d28ddc36011208e0d0f25e7b71ad64 [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("//build/test.gni")
import("//build/zircon/migrated_targets.gni")
# TODO(https://fxbug.dev/42131832): Keep in sync with BUILD.gn until the bootloader
# is fully migrated to the Fuchsia build.
config("config") {
# Fastboot needs to provide the board name so `ffx flash` can verify it.
cflags = [ "-DBOARD_NAME=\"${board_name}\"" ]
}