From aff55baf2abb9f281daad83c1c007f39e97444be Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Mon, 2 Apr 2012 19:11:09 +0900 Subject: [PATCH] Fix the regression tests Change-Id: I42150fbb05e5b070aca81a36f18fb069d7a8b810 --- java/proguard.flags | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/proguard.flags b/java/proguard.flags index a0010f961..2ee1a263f 100644 --- a/java/proguard.flags +++ b/java/proguard.flags @@ -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.