1 Star 0 Fork 0

aosp-riscv/platform-external-boringssl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
crypto-sources.mk 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Now used only by Trusty
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/sources.mk
include $(LOCAL_PATH)/sources.mk
LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter -DBORINGSSL_ANDROID_SYSTEM
LOCAL_ASFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter
# Do not add in the architecture-specific files if we don't want to build assembly
LOCAL_SRC_FILES_$(ARCH) := $(linux_$(STANDARD_ARCH_NAME)_sources)
LOCAL_SRC_FILES += $(crypto_sources)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aosp-riscv/platform-external-boringssl.git
git@gitee.com:aosp-riscv/platform-external-boringssl.git
aosp-riscv
platform-external-boringssl
platform-external-boringssl
riscv64-android-12.0.0_dev

搜索帮助