xref: /aosp_15_r20/external/guava/proguard/hash.pro (revision fb5080426417cab6bd44d0ed3f37e47d42859579)
1# LittleEndianByteArray uses this
2-dontwarn sun.misc.Unsafe
3
4# Striped64 appears to make some assumptions about object layout that
5# really might not be safe. This should be investigated.
6-keepclassmembers class com.google.common.hash.Striped64 {
7  *** base;
8  *** busy;
9}
10-keepclassmembers class com.google.common.hash.Striped64$Cell {
11  <fields>;
12}
13