summaryrefslogtreecommitdiff
path: root/chromium/third_party/androidx/androidx_mediarouter.flags
blob: ea8b9de46ee9b3d647edfd9be9ef6aa94a99bf68 (plain)
1
2
3
4
5
6
7
8
9
# 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.

# Help R8 determine that we don't use MediaRouteDynamicChooserDialog.
# https://crbug.com/1147188
-assumevalues class ** {
  boolean mUseDynamicGroup return false;
}