Skip to content
Snippets Groups Projects
Commit ccdd6e11 authored by Dan Cashman's avatar Dan Cashman
Browse files

Exempt ASAN from selinux build-checks.

ASAN makes use of shenanigans that violate our policy best-practices.
This is by design.  Exempt them from these tests to get it building
again.

Bug: 37740897
Test: Builds with ASAN enabled.
Change-Id: Iffde28c2741466da5862b2dfe1fffa2c0d93caeb
parent ad6668f9
Branches
Tags
No related merge requests found
......@@ -190,9 +190,13 @@ LOCAL_REQUIRED_MODULES += \
plat_sepolicy.cil \
plat_and_mapping_sepolicy.cil.sha256 \
secilc \
plat_sepolicy_vers.txt \
plat_sepolicy_vers.txt
ifneq ($(with_asan),true)
LOCAL_REQUIRED_MODULES += \
treble_sepolicy_tests \
sepolicy_tests
endif
# Include precompiled policy, unless told otherwise
ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment