Peter Kotwicz | 2b85bd3d | 2020-10-01 22:29:49 | [diff] [blame^] | 1 | # Copyright 2019 The Chromium Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | # Help R8 to remove debug related coded. All of these static constants are | ||||
6 | # initialized to: Log.isLoggable(DEBUG, TAG). | ||||
7 | |||||
8 | -assumevalues class androidx.mediarouter.** { | ||||
9 | static boolean DEBUG return false; | ||||
10 | } |