commit | 1da7ed23b99404c381b4f30ac3dba37b2001dda6 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jun 15 22:53:44 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 15 22:53:45 2017 +0000 |
tree | f8f8edaadce9b354cf814d1afffb1db338f62706 | |
parent | 4aa1869be73fd1df7a530475eddaae211d43e03a [diff] | |
parent | ccdd6e11dc4b3927bfd77393c629af681036ce93 [diff] |
Merge "Exempt ASAN from selinux build-checks."
diff --git a/Android.mk b/Android.mk index 0f7be61..28d8e6b 100644 --- a/Android.mk +++ b/Android.mk
@@ -190,9 +190,13 @@ 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)