# 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. | |
_host_build = current_toolchain == host_toolchain | |
if (_host_build) { | |
import("build_rules_for_host.gni") | |
} else { | |
import("build_rules_for_fuchsia.gni") | |
} |