Merge "Fix the regression tests"

main
Jean Chalard 2012-04-02 03:30:50 -07:00 committed by Android (Google) Code Review
commit bee1a10285
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
void setLogFileManager(...);
}
-keep class com.android.inputmethod.keyboard.KeyboardSet$Builder {
void setTouchPositionCorrectionEnabled(...);
}
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.