Skip to content
Snippets Groups Projects
Commit 1da7ed23 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exempt ASAN from selinux build-checks."

parents 4aa1869b ccdd6e11
No related branches found
No related tags found
No related merge requests found
...@@ -190,9 +190,13 @@ LOCAL_REQUIRED_MODULES += \ ...@@ -190,9 +190,13 @@ LOCAL_REQUIRED_MODULES += \
plat_sepolicy.cil \ plat_sepolicy.cil \
plat_and_mapping_sepolicy.cil.sha256 \ plat_and_mapping_sepolicy.cil.sha256 \
secilc \ secilc \
plat_sepolicy_vers.txt \ plat_sepolicy_vers.txt
ifneq ($(with_asan),true)
LOCAL_REQUIRED_MODULES += \
treble_sepolicy_tests \ treble_sepolicy_tests \
sepolicy_tests sepolicy_tests
endif
# Include precompiled policy, unless told otherwise # Include precompiled policy, unless told otherwise
ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false) ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment