blob: 5624f2689ce7552f61fda8b9341d3e4cc4f8950c [file] [log] [blame]
Alexei Frolove899dcf2019-11-13 14:49:14 -08001# Copyright 2019 The Pigweed Authors
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4# use this file except in compliance with the License. You may obtain a copy of
5# the License at
6#
7# https://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations under
13# the License.
14
Armando Montanez68de0712019-11-14 18:29:39 -080015import("host_common.gni")
Keir Mierle58671912019-11-14 00:15:41 -080016
Wyatt Heplercca0daf2019-11-14 11:29:04 -080017declare_args() {
18 # Specifies the toolchain to use for this build.
19 pw_target_toolchain = "$dir_pw_toolchain:host_clang_og"
20}
Keir Mierle49caa102019-11-20 10:50:44 -080021
22pw_executable_config.bloaty_config_file =
23 get_path_info("macos.bloaty", "abspath")
Alexei Frolov8403f0a2019-11-20 13:57:54 -080024
25pw_automatic_test_runner = get_path_info("run_test", "abspath")