Merge "Don't check VNDK variants when asan is used"
This commit is contained in:
commit
7c42c3f55e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ endif
|
|||
|
||||
my_check_same_vndk_variants :=
|
||||
ifeq ($(LOCAL_CHECK_SAME_VNDK_VARIANTS),true)
|
||||
ifneq ($(filter hwaddress, $(SANITIZE_TARGET)),hwaddress)
|
||||
ifeq ($(filter hwaddress address, $(SANITIZE_TARGET)),)
|
||||
my_check_same_vndk_variants := true
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue