blob: 65a7271b0d2aa73238750f817ef8855194bd88c9 [file]
# 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.
# Path to the breakpad `dump_syms` prebuilt binary for inputs.
# pass the below as inputs.
breakpad_dump_syms_prebuilt =
"//prebuilt/third_party/breakpad/${host_platform}/dump_syms/dump_syms"
# Path to the breakpad 'dump_syms' prebuilt binary. If passing this as action
# args, add `breakpad_dump_syms_prebuilt` as action inputs.
breakpad_dump_syms = rebase_path(breakpad_dump_syms_prebuilt, root_build_dir)