Skip to content

Commit

Permalink
Add proguard.flags for missing guava dependencies.
Browse files Browse the repository at this point in the history
Test: treehugger
PiperOrigin-RevId: 179434607
Change-Id: Ibed4fdf968f9341a18848cc0c5a5b0637f3cb03b
  • Loading branch information
erfanian authored and Copybara-Service committed Dec 18, 2017
1 parent df60fb8 commit f6e1cbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proguard.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are referenced by com.google.common.util.concurrent and
# com.google.errorprone.annotations but don't exist on Android.
-dontwarn java.lang.ClassValue
-dontwarn javax.lang.model.element.Modifier

0 comments on commit f6e1cbb

Please sign in to comment.