mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Surpress missing classes warnings from R8
Bug: 70852369 Test: m -j NexusLauncherRelease Change-Id: If6056388be67c65d84d696940171f7918d203efc
This commit is contained in:
@@ -104,3 +104,8 @@
|
||||
-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
|
||||
*;
|
||||
}
|
||||
|
||||
# BUG(70852369): Surpress additional warnings after changing from Proguard to R8
|
||||
-dontwarn android.app.**
|
||||
-dontwarn android.view.**
|
||||
-dontwarn android.os.**
|
||||
|
||||
Reference in New Issue
Block a user