summaryrefslogtreecommitdiff
path: root/media/mca
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-04-14 10:21:03 -0700
committerChristopher Wiley <wiley@google.com>2016-04-14 10:21:03 -0700
commit6ac565687b00470ed915f8cd2261c6fbabb534f4 (patch)
tree7b15137ddb5756e2c974236533afcd9ae80f3998 /media/mca
parent1e06bde16e7bcbb2aeeeb6882571b3b07e2bc2f1 (diff)
libfilterfw_jni needs libmedia include paths
This library includes libmedia headers, and needs its full include path. Bug: 27804373 Test: This code compiles with a slightly modified libmedia include path. Change-Id: Ic9253c0f0e7236435f36f2baf47411ca7db187cd
Diffstat (limited to 'media/mca')
-rw-r--r--media/mca/filterfw/jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/mca/filterfw/jni/Android.mk b/media/mca/filterfw/jni/Android.mk
index cba4e7e836f8..40576a0996d9 100644
--- a/media/mca/filterfw/jni/Android.mk
+++ b/media/mca/filterfw/jni/Android.mk
@@ -43,4 +43,6 @@ LOCAL_C_INCLUDES += \
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter
+LOCAL_SHARED_LIBRARIES := libmedia
+
include $(BUILD_STATIC_LIBRARY)