Commit 31838b5a authored by Robbie McElrath's avatar Robbie McElrath Committed by Commit Bot

Fix DialogFragment exclude pattern in BuildConfigGenerator.groovy

This CL fixes a mismatch between BuildConfigGenerator.groovy and
//third_party/android_deps/BUILD.gn that was introduced in
crrev.com/c/2406600.

Bug: 1123216
Change-Id: I6c97fd7c6af52f904a4aef7182bea867cea54800
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412254Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Robbie McElrath <rmcelrath@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807096}
parent 597d8608
...@@ -304,7 +304,7 @@ class BuildConfigGenerator extends DefaultTask { ...@@ -304,7 +304,7 @@ class BuildConfigGenerator extends DefaultTask {
| # Omit this file since we use our own copy, included above. | # Omit this file since we use our own copy, included above.
| # We can remove this once we migrate to AndroidX master for all libraries. | # We can remove this once we migrate to AndroidX master for all libraries.
| jar_excluded_patterns = [ | jar_excluded_patterns = [
| "androidx/fragment/app/DialogFragment.java", | "androidx/fragment/app/DialogFragment*",
| ] | ]
| |
| ignore_proguard_configs = true | ignore_proguard_configs = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment