Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c898282 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Add default proguard flags from guava" into qt-dev-plus-aosp

am: 3a0eb769

Change-Id: Ief06b2470cf9e82b223e819aa35e2ae995f57fab
parents 1530429b 3a0eb769
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -66,5 +66,12 @@
# See bug/20658265.
# -dontwarn android.support.**

# From https://github.com/google/guava/wiki/UsingProGuardWithGuava
# Striped64, LittleEndianByteArray, UnsignedBytes, AbstractFuture
-dontwarn sun.misc.Unsafe
# Futures.getChecked (which often won't work with Proguard anyway) uses this. It
# has a fallback, but again, don't use Futures.getChecked on Android regardless.
-dontwarn java.lang.ClassValue

# Less spammy.
-dontnote