Fixing proguard related crash due to striping animation callbacks.

Change-Id: I7277ba232b1f2f0decf69ea0d2a2ece6948d5cb6
This commit is contained in:
Winson Chung
2010-11-18 16:25:43 -08:00
committed by android-build SharedAccount
parent f60a6b65e7
commit 3ed95a223f
+2
View File
@@ -32,6 +32,8 @@
-keep class com.android.launcher2.Workspace {
public float getBackgroundAlpha();
public void setBackgroundAlpha(float);
public float getChildrenOutlineAlpha();
public void setChildrenOutlineAlpha(float);
}
-keep class com.android.launcher2.AllApps3D$Defines {