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

Commit 40ffc613 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by android-build-merger
Browse files

Disable seccomp policy for configstore hal on coverage builds. am: 207e97c7

am: 23b5ae45

Change-Id: Id042a38e3e25fde309f5cf5922f7f1c24923ed9a
parents 3495400a 23b5ae45
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -3,7 +3,10 @@ LOCAL_PATH := $(call my-dir)
################################################################################
################################################################################
include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.configstore@1.0-service
LOCAL_MODULE := android.hardware.configstore@1.0-service
# seccomp is not required for coverage build.
ifneq ($(NATIVE_COVERAGE),true)
LOCAL_REQUIRED_MODULES_arm64 := configstore@1.0.policy
LOCAL_REQUIRED_MODULES_arm64 := configstore@1.0.policy
endif
LOCAL_PROPRIETARY_MODULE := true
LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_RELATIVE_PATH := hw