| # Copyright 2019 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Use R8's "shrinking" (unreachable-code removal), but do not enable any | |
| # stack trace mangling steps until ProGuard mapping files are archived. | |
| # TODO(crbug.com/1026161): Enable ProGuard optimizations. | |
| -dontoptimize | |
| -dontobfuscate |