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

Commit a0595e9b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12985272 from 3fedc4e4 to 25Q2-release

Change-Id: I3cd737c8f444cced8e2c05bbc11a8dc4148abde7
parents 398b2776 3fedc4e4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -23,7 +23,10 @@
}

# To prevent class not found exception in org.brotli.dec.Dictionary
-keep final class org.brotli.dec.DictionaryData
# TODO(b/373579455): Evaluate if <init> needs to be kept.
-keep final class org.brotli.dec.DictionaryData {
  void <init>();
}

# keep rule generated after running trace references on the test app against DocumentsUIGoogle.jar
# TODO(b/339312616): Remove after a more permanent fix is available