blob: 91419bdce61d95e528217d9f96a79d796753240f [file] [log] [blame]
# Copyright 2020 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.
# Variables shared between BUILD.gn and python_host_test.gni.
python_version = "3.8"
python_out_dir = "${root_out_dir}/python${python_version}"
python_exe_src = "//prebuilt/third_party/python3/${host_platform}/bin/python${python_version}"
python_exe_path = "${python_out_dir}/bin/python${python_version}"