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

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

am: 40ffc613

Change-Id: I09d4a2f53156de34f80bb66e0970ebbe4c7e40ec
parents 674c2990 40ffc613
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