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

Commit e2ccf277 authored by Aditya's avatar Aditya
Browse files

Readd proguard keep rule for apache compress library.

Trace commands run to generate keep rules did not output keep rule for
apache library causing test failures. Adding it back to resolve them.

Bug: 355137021
Test: n/a
Flag: EXEMPT bugfix
Change-Id: I890a21913a74deb3238c0846bdad876f81f07d1f
parent 7130af5e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -197,3 +197,6 @@
  int DocumentsDefaultTheme;
  int DocumentsTheme;
}

# Keep Apache Commons Compress classes
-keep class org.apache.commons.compress.** { *; }