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

Unverified Commit dbf9415e authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

services: Keep sdk classes

Change-Id: Ic22d58a8c791905e5943f9ed8bc0322f0187ea65
parent 2f4cc6c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -133,3 +133,7 @@
# CoverageService guards optional jacoco class references with a runtime guard, so we can safely
# suppress build-time warnings.
-dontwarn org.jacoco.agent.rt.*

# SDK
-keep,allowoptimization,allowaccessmodification class lineageos.** { *; }
-keep,allowoptimization,allowaccessmodification class org.lineageos.** { *; }