Use SELINUX_IGNORE_NEVERALLOWS flag to disable all tests

am: 3d4965b2e1

Change-Id: I68869a4fac63fb447aadec850ba9d73060c3443c
This commit is contained in:
Jeff Vander Stoep 2018-02-14 16:53:46 +00:00 committed by android-build-merger
commit 41dc9508ff

View file

@ -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)