File: crypto-sources.mk

package info (click to toggle)
android-platform-external-boringssl 14.0.0%2Br45-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132,608 kB
  • sloc: asm: 270,131; ansic: 132,231; cpp: 82,828; perl: 54,598; python: 961; sh: 233; makefile: 93; xml: 32
file content (9 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# 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)