aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-02-13 22:32:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-13 22:32:20 +0000
commitd29bd9ce7e23d002fb29ce4437d0a0d446b417c1 (patch)
tree83738d93b8de2a74287c2f7f9ec223dc12dcc4a0
parentce8a6d7de76f79131f158c8b55c01c8143ca412f (diff)
parent4dec89d47fde128280b9507409a0e3da0b7cf990 (diff)
downloadlibmix-d29bd9ce7e23d002fb29ce4437d0a0d446b417c1.tar.gz
Remove required dependency for non-existant module
am: 4dec89d47f Change-Id: I9a30fb705f06d7fc1b99c1191bd453119894ad40
-rw-r--r--videodecoder/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/videodecoder/Android.mk b/videodecoder/Android.mk
index 7f6d386..1600bef 100644
--- a/videodecoder/Android.mk
+++ b/videodecoder/Android.mk
@@ -76,7 +76,6 @@ 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