blob: 31c163fd355689fa7cfb8e543228b25f18474bda [file] [log] [blame]
Dan Willemsen21986fb2016-07-14 15:23:56 -07001# Now used only by Trusty
Adam Langleyd9e397b2015-01-22 14:27:53 -08002LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/sources.mk
3include $(LOCAL_PATH)/sources.mk
4
Kenny Rootb8494592015-09-25 02:29:14 +00005LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter -DBORINGSSL_ANDROID_SYSTEM
6LOCAL_ASFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter
Kenny Root7086cfc2015-03-04 16:00:41 -08007# Do not add in the architecture-specific files if we don't want to build assembly
Dan Willemsen08656b62015-08-18 17:47:53 -07008LOCAL_SRC_FILES_x86 := $(linux_x86_sources)
9LOCAL_SRC_FILES_x86_64 := $(linux_x86_64_sources)
10LOCAL_SRC_FILES_arm := $(linux_arm_sources)
11LOCAL_SRC_FILES_arm64 := $(linux_aarch64_sources)
Adam Langleyd9e397b2015-01-22 14:27:53 -080012LOCAL_SRC_FILES += $(crypto_sources)