]> granicus.if.org Git - libvpx/commit
build/make/Android.mk: correct rtcd template var refs
authorJames Zern <jzern@google.com>
Fri, 25 Nov 2016 01:51:10 +0000 (17:51 -0800)
committerJames Zern <jzern@google.com>
Fri, 25 Nov 2016 01:55:16 +0000 (17:55 -0800)
commita58e0b2a74b76fc218ac6a4ceffe7a8ec77557d7
tree93a80413ff38d9415351b780a87703bdb3a03c2a
parent120234fa174e2b64595a707a756e86f71a5462ac
build/make/Android.mk: correct rtcd template var refs

the expansion of findstring and rtcd_dep_template_CONFIG_ASM_ABIS needs
to be deferred until the block is parsed as makefile syntax rather than
eval time where rtcd_dep_template_CONFIG_ASM_ABIS will be unset. this
ensures vpx_config.asm is properly created.

Change-Id: I7c38c6c082da78397936467482789dd468adc316
build/make/Android.mk