summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2015-05-07 18:22:29 -0700
committerFrank Galligan <fgalligan@google.com>2015-05-07 18:22:29 -0700
commita4bcc8c318181b2000b5c4e8bab9991a52c6a18d (patch)
tree9e79ce21748d61ff875238c454898720a791eeae /build/make
parent11a4a3c065ef4cce3b121ce20884394b207c924c (diff)
downloadlibvpx-a4bcc8c318181b2000b5c4e8bab9991a52c6a18d.tar
libvpx-a4bcc8c318181b2000b5c4e8bab9991a52c6a18d.tar.gz
libvpx-a4bcc8c318181b2000b5c4e8bab9991a52c6a18d.tar.bz2
libvpx-a4bcc8c318181b2000b5c4e8bab9991a52c6a18d.zip
Fix ndk build.
Android.mk should depend on vpx_dsp_rtcd.h Change-Id: Ib614af195a9574fd849c28b695f9f4b3b2bd125c
Diffstat (limited to 'build/make')
-rw-r--r--build/make/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/Android.mk b/build/make/Android.mk
index 20f670aeb..0add523f9 100644
--- a/build/make/Android.mk
+++ b/build/make/Android.mk
@@ -170,6 +170,7 @@ ifeq ($(CONFIG_VP9), yes)
$(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vp9_rtcd.h
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)
$(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_config.asm