commit | 8c8fdec3e967286106c369db18e8bb69e5da4542 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Dec 19 23:13:57 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Dec 19 23:13:57 2017 +0000 |
tree | 8c50469ee2ba924199f03869cd938b7040d7d51c | |
parent | 069946b1ea0d9a002e49b9222f3f3aba8272b46d [diff] | |
parent | 45e89c76bb0213437343c97776d2d5f6a2e57fb9 [diff] |
Merge "Surpress missing classes warnings from R8" into ub-launcher3-master
diff --git a/proguard.flags b/proguard.flags index a315cdc..987fb6f 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.**