Commit 1e2de1bb authored by topjohnwu's avatar topjohnwu

Preserve everything in package 'a'

Close #2301
parent e395c944
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
# public *; # public *;
#} #}
# Stubs
-keep class a.* { *; }
# Snet # Snet
-keepclassmembers class com.topjohnwu.magisk.core.utils.SafetyNetHelper { *; } -keepclassmembers class com.topjohnwu.magisk.core.utils.SafetyNetHelper { *; }
-keep,allowobfuscation interface com.topjohnwu.magisk.core.utils.SafetyNetHelper$Callback -keep,allowobfuscation interface com.topjohnwu.magisk.core.utils.SafetyNetHelper$Callback
...@@ -29,9 +32,6 @@ ...@@ -29,9 +32,6 @@
# BaseWorkerWrapper # BaseWorkerWrapper
-keep,allowobfuscation class * extends com.topjohnwu.magisk.core.base.BaseWorkerWrapper -keep,allowobfuscation class * extends com.topjohnwu.magisk.core.base.BaseWorkerWrapper
# BootSigner
-keep class a.a { *; }
# Strip logging # Strip logging
-assumenosideeffects class timber.log.Timber.Tree { *; } -assumenosideeffects class timber.log.Timber.Tree { *; }
......
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