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

Commit 5acb946a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Suppress R8 warnings for kept bootclasspath classes" into main

parents caed81a2 b0242b34
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -119,6 +119,13 @@
-keep public class android.os.** { *; }
-keep public class com.android.internal.util.** { *; }
-keep public class com.android.modules.utils.build.** { *; }
# Also suppress related duplicate type warnings for the above kept classes.
-dontwarn android.gsi.**
-dontwarn android.hidl.base.**
-dontwarn android.hidl.manager.**
-dontwarn android.os.**
-dontwarn com.android.internal.util.**
-dontwarn com.android.modules.utils.build.**

# CoverageService guards optional jacoco class references with a runtime guard, so we can safely
# suppress build-time warnings.