Merge "Don't check VNDK variants when asan is used"

This commit is contained in:
Vic Yang
2020-01-18 04:45:49 +00:00
committed by Gerrit Code Review

View File

@@ -106,7 +106,7 @@ endif
my_check_same_vndk_variants := my_check_same_vndk_variants :=
ifeq ($(LOCAL_CHECK_SAME_VNDK_VARIANTS),true) 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 my_check_same_vndk_variants := true
endif endif
endif endif