Merge "Skip VNDK variant check on coverage builds."
This commit is contained in:
@@ -112,9 +112,11 @@ 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)
|
||||||
ifeq ($(filter hwaddress address, $(SANITIZE_TARGET)),)
|
ifeq ($(filter hwaddress address, $(SANITIZE_TARGET)),)
|
||||||
|
ifneq ($(CLANG_COVERAGE),true)
|
||||||
my_check_same_vndk_variants := true
|
my_check_same_vndk_variants := true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(my_check_same_vndk_variants),true)
|
ifeq ($(my_check_same_vndk_variants),true)
|
||||||
same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
|
same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
|
||||||
|
Reference in New Issue
Block a user