From d797b2a1fcb88ff67e1c59bbe3bfd7e2bbbd0156 Mon Sep 17 00:00:00 2001 From: JianYang Liu Date: Mon, 16 Mar 2020 14:38:19 -0700 Subject: [PATCH] Updated CarSysUI proguard flags to include the HeadsUpNotificationAnimationHelper since those are used via reflection. Bug: 146901563 Test: Manual Change-Id: Icdbf9cc2da2be1ae9188a2c398fbb823c08c53e0 --- packages/CarSystemUI/proguard.flags | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/CarSystemUI/proguard.flags b/packages/CarSystemUI/proguard.flags index a81c7e08e3579..66cbf2650429d 100644 --- a/packages/CarSystemUI/proguard.flags +++ b/packages/CarSystemUI/proguard.flags @@ -1,3 +1,4 @@ -keep class com.android.systemui.CarSystemUIFactory +-keep class com.android.car.notification.headsup.animationhelper.** -include ../SystemUI/proguard.flags