Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-inputmethods-PinyinIME: 提交

packages/inputmethods/PinyinIME


Commit MetaInfo

修訂a08d08cdea4319fb74b55289e1b4e1b1a5249bc2 (tree)
時間2012-09-01 00:20:46
作者Jean-Baptiste Queru <jbq@goog...>
Commiterandroid code review

Log Message

Merge "PinyinIME crashed in userdebug version"

Change Summary

差異

--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,9 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
2222 # Make sure our dictionary file is not compressed, so we can read it with
2323 # a raw file descriptor.
2424 LOCAL_AAPT_FLAGS := -0 .dat
25+LOCAL_AAPT_FLAGS += -0 .dict
26+
27+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
2528
2629 include $(BUILD_PACKAGE)
2730
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,3 @@
1+-keep class com.android.inputmethod.pinyin.PinyinDecoderService {
2+ *;
3+}
Show on old repository browser