# 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(fxbug.dev/54322): 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}\"" ] | |
} |