android mk脚本笔记--防丢失

来源:互联网 发布:霸霸网络词是什么意思 编辑:程序博客网 时间:2024/05/22 12:54
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := $(call all-java-files-under, src)


#对应的工程名称(主文件夹名称)

LOCAL_PACKAGE_NAME := android_epm


LOCAL_SDK_VERSION := current

#LOCAL_PROGUARD_FLAG_FILES := proguard.flags

include $(BUILD_PACKAGE)

# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))
原创粉丝点击