Don't keep all of libsuperuser

These keeps are to keep swap working, which depends on libraries that use
reflection and other stuff that proguard breaks. libsuperuser is not used by
swap though, and doesn't have those issues.
This commit is contained in:
Daniel Martí 2015-10-06 14:15:24 +02:00
parent d1bdd7789b
commit 2bbde8c705

View File

@ -21,7 +21,6 @@
-keep class kellinwood.** {*;}
-keep class javax.jmdns.** {*;}
-keep class org.spongycastle.** {*;}
-keep class eu.chainfire.** {*;}
# This keeps class members used for SystemInstaller IPC.
# Reference: https://gitlab.com/fdroid/fdroidclient/issues/79