1 Star 0 Fork 0

team-android / googlesource-device-linaro-dragonboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
utils.mk 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Put common makefile/build helper Macros here
# $(1): The source file name in LOCAL_PATH.
# It also serves as the module name and the dest file name.
# $(2): Module installation path.
define add-qcom-firmware
$(eval include $(CLEAR_VARS))\
$(eval LOCAL_MODULE := $(1))\
$(eval LOCAL_SRC_FILES := $(1))\
$(eval LOCAL_MODULE_STEM := $(1))\
$(eval LOCAL_MODULE_CLASS := DATA)\
$(eval LOCAL_MODULE_TAGS := optional)\
$(eval LOCAL_MODULE_PATH := $(2))\
$(eval include $(BUILD_PREBUILT))
endef
1
https://gitee.com/team-android/googlesource-device-linaro-dragonboard.git
git@gitee.com:team-android/googlesource-device-linaro-dragonboard.git
team-android
googlesource-device-linaro-dragonboard
googlesource-device-linaro-dragonboard
master

搜索帮助