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

Commit 442e3561 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Update proguard to keep resources in R

Bug: 382346044
Test: manual test userdebug build. With this change, weather clock can show correctly; without this change, weather clock will fall back to default clock.
Flag: NONE bugfix

Change-Id: Ie220e2c57123844f78f079b1dc5f85068376529a
parent 8d03ce89
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,3 +58,8 @@
  static *** v(...);
}
-maximumremovedandroidloglevel 2

#Keep the R
-keepclassmembers class com.android.systemui.customization.R$* {
    public static <fields>;
}