Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6738c073 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by android-build-merger
Browse files

Merge "Disable seccomp policy for mediacodec on coverage builds." am: be8a5c6c

am: aaaeaac8

Change-Id: I5d96b04b46015387fe7017d4731b7e4220973ffc
parents b023cb23 aaaeaac8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ include $(BUILD_SHARED_LIBRARY)

# service executable
include $(CLEAR_VARS)
# seccomp is not required for coverage build.
ifneq ($(NATIVE_COVERAGE),true)
LOCAL_REQUIRED_MODULES_arm := mediacodec.policy
endif
LOCAL_SRC_FILES := main_codecservice.cpp
LOCAL_SHARED_LIBRARIES := \
    libmedia_omx \