summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2020-01-17 04:46:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-17 04:46:47 +0000
commit8e6bcab360befabef1b8dad249a91fd9bea3e714 (patch)
tree53732924bf04214de329abf8b4a792e631ef254b
parentcdee22e79e64eeebdf467a90c3d06639adee0a45 (diff)
parente09cc891f39c54e25f53fb40514b35371cfcdc3a (diff)
downloadboringssl-8e6bcab360befabef1b8dad249a91fd9bea3e714.tar.gz
Merge "Trusty: update architecture source files for Trusty"
-rw-r--r--crypto-sources.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto-sources.mk b/crypto-sources.mk
index 31c163fd..dac92837 100644
--- a/crypto-sources.mk
+++ b/crypto-sources.mk
@@ -5,8 +5,5 @@ 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_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_$(ARCH) := $(linux_$(STANDARD_ARCH_NAME)_sources)
LOCAL_SRC_FILES += $(crypto_sources)