2 Star 0 Fork 1

mirrors_android_googlesource/PinyinIME

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Android.mk 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
$(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := PinyinIME
LOCAL_JNI_SHARED_LIBRARIES := libjni_pinyinime
LOCAL_STATIC_JAVA_LIBRARIES := com.android.inputmethod.pinyin.lib
LOCAL_CERTIFICATE := shared
LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
# Make sure our dictionary file is not compressed, so we can read it with
# a raw file descriptor.
LOCAL_AAPT_FLAGS := -0 .dat
LOCAL_AAPT_FLAGS += -0 .dict
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
MY_PATH := $(LOCAL_PATH)
include $(MY_PATH)/jni/Android.mk
include $(MY_PATH)/lib/Android.mk
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_googlesource/PinyinIME.git
git@gitee.com:mirrors_android_googlesource/PinyinIME.git
mirrors_android_googlesource
PinyinIME
PinyinIME
main

搜索帮助