From 45e89c76bb0213437343c97776d2d5f6a2e57fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Gjesse?= Date: Tue, 19 Dec 2017 22:17:57 +0100 Subject: [PATCH] Surpress missing classes warnings from R8 Bug: 70852369 Test: m -j NexusLauncherRelease Change-Id: If6056388be67c65d84d696940171f7918d203efc --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proguard.flags b/proguard.flags index a315cdce27..987fb6f124 100644 --- a/proguard.flags +++ b/proguard.flags @@ -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.**