Merge "Allow PRODUCT_CFI_INCLUDE_PATHS to work with 32-bit builds"
This commit is contained in:
@@ -115,9 +115,8 @@ ifeq ($(LOCAL_SANITIZE),never)
|
|||||||
my_sanitize_diag :=
|
my_sanitize_diag :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable CFI in included paths (for Arm64 only).
|
# Enable CFI in included paths.
|
||||||
ifeq ($(filter cfi, $(my_sanitize)),)
|
ifeq ($(filter cfi, $(my_sanitize)),)
|
||||||
ifneq ($(filter arm64,$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)),)
|
|
||||||
combined_include_paths := $(CFI_INCLUDE_PATHS) \
|
combined_include_paths := $(CFI_INCLUDE_PATHS) \
|
||||||
$(PRODUCT_CFI_INCLUDE_PATHS)
|
$(PRODUCT_CFI_INCLUDE_PATHS)
|
||||||
combined_exclude_paths := $(CFI_EXCLUDE_PATHS) \
|
combined_exclude_paths := $(CFI_EXCLUDE_PATHS) \
|
||||||
@@ -130,7 +129,6 @@ ifeq ($(filter cfi, $(my_sanitize)),)
|
|||||||
my_sanitize := cfi $(my_sanitize)
|
my_sanitize := cfi $(my_sanitize)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable memtag_heap in included paths (for Arm64 only).
|
# Enable memtag_heap in included paths (for Arm64 only).
|
||||||
|
Reference in New Issue
Block a user