# 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. | |
# This is the name for $current_cpu that's used in Zircon file names. | |
if (current_cpu == "x64") { | |
zircon_cpu = "x86" | |
} else if (current_cpu != "") { | |
zircon_cpu = current_cpu | |
} |