Use SELINUX_IGNORE_NEVERALLOWS flag to disable all tests am: 3d4965b2e1
am: 41dc9508ff
Change-Id: I7c27fb20346bb00ce629ace2b7d844f595000b26
This commit is contained in:
commit
ffb82f2ff4
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue