shithub: libvpx

Download patch

ref: 33ddc645ceb0d50290365de4d9f0decf56c49291
parent: 68991d7f87cbea90929e9fc941c9aec96c9c892c
parent: a58e0b2a74b76fc218ac6a4ceffe7a8ec77557d7
author: James Zern <jzern@google.com>
date: Mon Nov 28 18:39:37 EST 2016

Merge "build/make/Android.mk: correct rtcd template var refs"

--- a/build/make/Android.mk
+++ b/build/make/Android.mk
@@ -202,7 +202,7 @@
 $$(rtcd_dep_template_SRCS): vpx_dsp_rtcd.h
 
 rtcd_dep_template_CONFIG_ASM_ABIS := x86 x86_64 armeabi-v7a
-ifneq ($(findstring $(TARGET_ARCH_ABI),$(rtcd_dep_template_CONFIG_ASM_ABIS)),)
+ifneq ($$(findstring $(TARGET_ARCH_ABI),$$(rtcd_dep_template_CONFIG_ASM_ABIS)),)
 $$(rtcd_dep_template_SRCS): vpx_config.asm
 endif
 endef