nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/sources.mk
2 include $(LOCAL_PATH)/sources.mk
3  
4 LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter -DBORINGSSL_ANDROID_SYSTEM
5 LOCAL_ASFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter
6 # Do not add in the architecture-specific files if we don't want to build assembly
7 ifeq ($(LOCAL_IS_HOST_MODULE),true)
8 LOCAL_SRC_FILES_linux_x86 := $(linux_x86_sources)
9 LOCAL_SRC_FILES_linux_x86_64 := $(linux_x86_64_sources)
10 else
11 LOCAL_SRC_FILES_x86 := $(linux_x86_sources)
12 LOCAL_SRC_FILES_x86_64 := $(linux_x86_64_sources)
13 LOCAL_SRC_FILES_arm := $(linux_arm_sources)
14 LOCAL_SRC_FILES_arm64 := $(linux_aarch64_sources)
15 endif
16 LOCAL_SRC_FILES += $(crypto_sources)