am 82b3727c: Fix proguard.flags to keep method for testing

* commit '82b3727c8327c18cf8584b4afcd3e16164be4f3a':
  Fix proguard.flags to keep method for testing
main
Tadashi G. Takaoka 2012-01-10 09:04:28 -08:00 committed by Android Git Automerger
commit e09f2f6def
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@
*; *;
} }
-keep class com.android.inputmethod.keyboard.internal.MiniKeyboardBuilder$MiniKeyboardParams { -keep class com.android.inputmethod.keyboard.MiniKeyboard$Builder$MiniKeyboardParams {
<init>(...); <init>(...);
} }