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

Commit 45c4f319 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

am: 6738c073

Change-Id: Iad999d99906d10d5fe941aea254b670563187f28
parents c44d2f35 6738c073
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@ LOCAL_PATH := $(call my-dir)

# 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 \