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

Commit aaaeaac8 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

Change-Id: I81a8a1d996c442b07186159d19be7736e0e87ea6
parents c2a005af be8a5c6c
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 \