blob: 0df05e3dcc6f69bd721957f2e5241c840e155438 [file] [log] [blame]
Owen Linf9a0a432011-08-17 22:07:43 +08001# Keep all classes extended from com.android.gallery3d.common.Entry
2# Since we annotate on the fields and use reflection to create SQL
3# according to those field.
4
5-keep class * extends com.android.gallery3d.common.Entry {
6 @com.android.gallery3d.common.Entry$Column <fields>;
7}