Skip to content
Snippets Groups Projects
Commit 76533682 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Use SELINUX_IGNORE_NEVERALLOWS flag to disable all tests am: 3d4965b2 am: 41dc9508

am: ffb82f2f

Change-Id: I4c9edbf783c3cb60f02f80b49801cdaa17bb9861
parents fb227040 ffb82f2f
No related branches found
No related tags found
No related merge requests found
......@@ -233,11 +233,13 @@ LOCAL_REQUIRED_MODULES += \
endif
ifneq ($(with_asan),true)
ifneq ($(SELINUX_IGNORE_NEVERALLOWS),true)
LOCAL_REQUIRED_MODULES += \
sepolicy_tests \
treble_sepolicy_tests \
endif
endif
include $(BUILD_PHONY_PACKAGE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment