From 07b1603a3f9611f6d15dd7fcedf883d6ef8e5817 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 9 Mar 2010 12:46:57 -0800 Subject: Don't let the native code target be included twice when unbundling. Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 --- java/proguard.flags | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 java/proguard.flags (limited to 'java/proguard.flags') diff --git a/java/proguard.flags b/java/proguard.flags new file mode 100644 index 000000000..0a5d2dda9 --- /dev/null +++ b/java/proguard.flags @@ -0,0 +1,3 @@ +-keep class com.android.inputmethod.latin.BinaryDictionary { + int mDictLength; +} -- cgit v1.2.3-83-g751a