aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPin-chih Lin <johnylin@google.com>2018-05-25 23:36:16 +0800
committerPin-chih Lin <johnylin@google.com>2018-05-25 23:36:16 +0800
commit7c20212ff1be71902a0cc4c760700730935c9ebf (patch)
tree1064b1c9f80f5c39a969d1058491075bf6dd9675 /Android.mk
parent78d1a55da2ea8b5f7573345cd7e90b8cecb54766 (diff)
downloadv4l2_codec2-7c20212ff1be71902a0cc4c760700730935c9ebf.tar.gz
codec2: fix build by adding include path of SimpleC2Interface.h
ag/4180945 re-organized codec2 code hierarchy. Bug: 80265473 Test: m-j40 libv4l2_codec2 # on pi-arc-dev Change-Id: I9128e943037d69b764ed7d28a1105bcf669821b8
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4702128..0ba1e46 100644
--- a/Android.mk
+++ b/Android.mk
@@ -49,6 +49,7 @@ LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/media/libstagefright/include \
$(TOP)/hardware/google/av/codec2/include \
$(TOP)/hardware/google/av/codec2/vndk/include \
+ $(TOP)/hardware/google/av/media/codecs/base/include \
LOCAL_MODULE:= libv4l2_codec2
LOCAL_MODULE_TAGS := optional