Android.mk: add a dep on vpx_config.asm for x86_64

Change-Id: I8b4db93f754607aab64351745bd102ab238d9501
This commit is contained in:
James Zern 2015-07-29 15:38:43 -07:00
parent f42012e526
commit e3365c894a

View File

@ -175,7 +175,7 @@ endif
$(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_scale_rtcd.h
$(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_dsp_rtcd.h
ifeq ($(TARGET_ARCH_ABI),x86)
ifneq ($(findstring $(TARGET_ARCH_ABI),x86 x86_64),)
$(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_config.asm
endif
endef