summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Agarwal <tarun.agarwal@intel.com>2014-08-08 13:35:59 -0700
committerPatrick Tjin <pattjin@google.com>2014-08-08 14:41:16 -0700
commit1b69a16ac4fa51c24b4be8f844a7253ed62cc710 (patch)
tree5b6ee00eafda5e1353ea38b1a53c1b1817c68d34
parent82b428e49a70ddc051a36d2b3a25d90db79770dc (diff)
downloadandroid_hardware_intel_common_libmix-1b69a16ac4fa51c24b4be8f844a7253ed62cc710.tar.gz
android_hardware_intel_common_libmix-1b69a16ac4fa51c24b4be8f844a7253ed62cc710.tar.bz2
android_hardware_intel_common_libmix-1b69a16ac4fa51c24b4be8f844a7253ed62cc710.zip
Fix a race in build for missing vbp_loader.h
If the vbp_header.h doesn't copied then it was breaking videodecoder build. This fixes the race. Bug: 16897377 Change-Id: I9d5da2eb0883ff8ad4ca9a4ed0414cc9a44a1be4
-rw-r--r--videodecoder/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/videodecoder/Android.mk b/videodecoder/Android.mk
index 885b325..53e3283 100644
--- a/videodecoder/Android.mk
+++ b/videodecoder/Android.mk
@@ -70,6 +70,7 @@ endif
LOCAL_CFLAGS += -Werror
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libva_videodecoder
+LOCAL_REQUIRED_MODULES :=libmixvbp
ifeq ($(USE_HW_VP8),true)
LOCAL_SRC_FILES += VideoDecoderVP8.cpp