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

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

services: Keep sdk classes

Change-Id: Ic22d58a8c791905e5943f9ed8bc0322f0187ea65
parent ecd74da0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,3 +128,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.** { *; }