blob: e594ba64e346e48450f6948d6ea1d729160c8b0b [file] [log] [blame]
#!/bin/bash
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
case "${PN}" in
"chromeos-chrome")
# We want to be able to easily symbolize possible failure logs.
export KEEP_CHROME_DEBUG_SYMBOLS=1
;;
esac