1# This was added to fix issues with androidx CREATOR objects being removed.
2# On google3 it is added automatically, so keep it in a separate file
3# and don't use this file in google3.
4-keepclassmembers class * implements android.os.Parcelable {
5 static ** CREATOR;
6}
7