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