aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-02-19 18:52:09 -0800
committerYing Wang <wangying@google.com>2010-02-19 18:52:09 -0800
commit2ae457fce777178ea15daad22f310c1b866243b6 (patch)
treee88e919e44cf01908d76336c3e3a7939229dac5b /Android.mk
parentfac5dcb5fee7c6416af4796f90a8272b7712890e (diff)
downloadlatinime-2ae457fce777178ea15daad22f310c1b866243b6.tar.gz
latinime-2ae457fce777178ea15daad22f310c1b866243b6.tar.xz
latinime-2ae457fce777178ea15daad22f310c1b866243b6.zip
Fix proguard flags.
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ee1a82adb..e45357911 100755
--- a/Android.mk
+++ b/Android.mk
@@ -17,5 +17,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
#LOCAL_SDK_VERSION := current
+LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
+
include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/dictionary/Android.mk