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

Commit be8a5c6c authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Gerrit Code Review
Browse files

Merge "Disable seccomp policy for mediacodec on coverage builds."

parents daec05ff a8973fd1
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 \