blob: 04c6f89cbe0fb163cf0ace4e17527def70951144 [file] [log] [blame]
# Copyright 2018 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.
# Creates a package of archived debugging symbols for Chromium engine,
# Web Runner, Cast Runner, and the HTTP FIDL service.
#
# pkg-var arguments:
# outdir: A fully qualified path to the build output directory.
# targetarch: The target architecture, either "amd64" or "arm64".
#
# To create a CIPD package, run the following command from the build output
# directory.
#
# $ cipd create --pkg-def ../../fuchsia/cipd/debug_symbols.yaml \
# -pkg-var targetarch:$TARGET_ARCH \
# -pkg-var outdir:`pwd` \
# -ref latest \
# -tag version:$(cat symbol_artifacts/build_id.txt)
package: chromium/fuchsia/debug-symbols-${targetarch}
description: Debugging symbols for prebuilt binaries from Chromium.
root: ${outdir}/symbol_artifacts
data:
- file: cast_runner.symbols.tar.bz2
- file: chromium.symbols.tar.bz2
- file: http.symbols.tar.bz2
- file: web_runner.symbols.tar.bz2
- file: LICENSE