1# Copyright 2018 The Hafnium Authors.
2#
3# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/BSD-3-Clause.
6
7# The location of the build configuration file.
8buildconfig = "//build/BUILDCONFIG.gn"
9
10# Force use of Python 3
11script_executable = "python3"
12