From d9e397b599b13d642138480a28c14db7a136bf05 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 22 Jan 2015 14:27:53 -0800 Subject: Initial commit of BoringSSL for Android. --- crypto-sources.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crypto-sources.mk (limited to 'crypto-sources.mk') diff --git a/crypto-sources.mk b/crypto-sources.mk new file mode 100644 index 0000000..a575406 --- /dev/null +++ b/crypto-sources.mk @@ -0,0 +1,9 @@ +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 +LOCAL_SRC_FILES_x86 = $(linux_x86_sources) +LOCAL_SRC_FILES_x86_64 = $(linux_x86_64_sources) +LOCAL_SRC_FILES_arm = $(linux_arm_sources) +LOCAL_SRC_FILES_arm64 = $(linux_aarch64_sources) +LOCAL_SRC_FILES += $(crypto_sources) -- cgit v1.1