# 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") |