Fix proguard.flags to keep method for testing
Change-Id: Iab6c9a4104e8eec3eeb55fdb063d4368338ac74dmain
parent
33e2813d09
commit
82b3727c83
|
@ -35,6 +35,6 @@
|
||||||
*;
|
*;
|
||||||
}
|
}
|
||||||
|
|
||||||
-keep class com.android.inputmethod.keyboard.internal.MiniKeyboardBuilder$MiniKeyboardParams {
|
-keep class com.android.inputmethod.keyboard.MiniKeyboard$Builder$MiniKeyboardParams {
|
||||||
<init>(...);
|
<init>(...);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue