Merge "Only keep Parcelables if used" am: b2bf9efa32
am: 486a92f509
am: a4297f6b50
am: 3d344efdb2
Original change: https://android-review.googlesource.com/c/platform/build/+/2222341 Change-Id: I98985507c457130f689a72d96ca00c06410cee47 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
# -keep class * extends android.app.BackupAgent
|
# -keep class * extends android.app.BackupAgent
|
||||||
|
|
||||||
# Parcelable CREATORs must be kept for Parcelable functionality
|
# Parcelable CREATORs must be kept for Parcelable functionality
|
||||||
-keep class * implements android.os.Parcelable {
|
-keepclassmembers class * implements android.os.Parcelable {
|
||||||
public static final ** CREATOR;
|
public static final ** CREATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user