Skip to content
Snippets Groups Projects
Commit 80be47d3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "Build sepolicy_tests for all build types"

parents 0e7169cf 4d56ff8e
No related branches found
No related tags found
No related merge requests found
......@@ -194,12 +194,12 @@ 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
......@@ -213,7 +213,13 @@ endif
LOCAL_REQUIRED_MODULES += \
nonplat_file_contexts \
plat_file_contexts
plat_file_contexts \
ifneq ($(with_asan),true)
LOCAL_REQUIRED_MODULES += \
sepolicy_tests \
endif
include $(BUILD_PHONY_PACKAGE)
......
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