blob: c8002533c4ecaa3767f5122776866c497d6a6d1c [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ios/deployment_target.gni")
sdk_info = exec_script("//build/config/ios/scripts/sdk_info.py",
[
"--target-cpu",
current_cpu,
"--target-environment",
target_environment,
"--deployment-target",
ios_deployment_target,
],
"json")