summaryrefslogtreecommitdiffstats
path: root/config.arm64.mk
blob: 0740fd908a966c5335d1b91d63f240adbf445b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Output variables:
# libvpx_config_dir_arm64
# libvpx_codec_srcs_c_arm64
# libvpx_codec_srcs_asm_arm64

libvpx_target := config/arm64

LOCAL_ARM_MODE := arm

libvpx_config_dir_arm64 := $(LOCAL_PATH)/$(libvpx_target)
libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm64)/libvpx_srcs.txt))

# vpx_config.c is an auto-generated file in $(libvpx_target).
libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
    $(filter %.c, $(libvpx_codec_srcs)))) \
    $(libvpx_target)/vpx_config.c

libvpx_codec_srcs_asm_arm64 := $(filter %.asm.s, $(libvpx_codec_srcs))