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

Commit e59df800 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix Keep rules for MotionLayout" into tm-qpr-dev am: 9c448ce6"...

Merge "Merge "Fix Keep rules for MotionLayout" into tm-qpr-dev am: 9c448ce6" into tm-qpr-dev-plus-aosp
parents c190af8a a357d2d6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,11 @@
-keep class * extends com.android.systemui.CoreStartable
-keep class * implements com.android.systemui.CoreStartable$Injector

# Needed for builds to properly initialize KeyFrames from xml scene
-keepclassmembers class * extends androidx.constraintlayout.motion.widget.Key {
  public <init>();
}

-keepclasseswithmembers class * {
    public <init>(android.content.Context, android.util.AttributeSet);
}