summaryrefslogtreecommitdiff
path: root/mm-video-v4l2
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-03-29 10:56:33 -0700
committerSteven Moreland <smoreland@google.com>2018-03-29 10:56:33 -0700
commit88198751ce1d6e981222d97b2037a614b6981736 (patch)
tree0671fad31592b15efd1113495654ff3c60003280 /mm-video-v4l2
parent5e2d3e840e48e3c284e04789b527247a7b0ec377 (diff)
downloadmedia-88198751ce1d6e981222d97b2037a614b6981736.tar.gz
Make libOmxSwVencMpeg4 build with the VNDK.
When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. Test: build libOmxSwVencMpeg4 with BOARD_VNDK_VERSION=current Bug: 69574580 Change-Id: Ia9c00a575faf53ec2edff1c0dc9003ee1953cc7b
Diffstat (limited to 'mm-video-v4l2')
-rw-r--r--mm-video-v4l2/vidc/venc/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/venc/Android.mk b/mm-video-v4l2/vidc/venc/Android.mk
index c74a9ca4..54e95d96 100644
--- a/mm-video-v4l2/vidc/venc/Android.mk
+++ b/mm-video-v4l2/vidc/venc/Android.mk
@@ -137,6 +137,8 @@ LOCAL_SHARED_LIBRARIES += libui
LOCAL_SHARED_LIBRARIES += libutils
endif
+LOCAL_HEADER_LIBRARIES := media_plugin_headers
+
# ifeq ($(BOARD_USES_ADRENO), true)
LOCAL_SHARED_LIBRARIES += libc2dcolorconvert
# endif # ($(BOARD_USES_ADRENO), true)