Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66f3eb88 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Enable prebuilt ELF check for all targets" am: fd72df98 am: 88f5f32c

Change-Id: I0de661634766e528b12b4ed3e81e6635a7cc281b
parents 21560ef9 88f5f32c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -40,13 +40,7 @@ $(check_elf_files_stamp): $(my_prebuilt_src_file) $(my_check_elf_file_shared_lib

ifneq ($(strip $(LOCAL_CHECK_ELF_FILES)),false)
ifneq ($(strip $(BUILD_BROKEN_PREBUILT_ELF_FILES)),true)
# TODO(b/141176116): Remove the PRODUCT_CHECK_ELF_FILES condition below and
# cover `make droid` targets after everything goes well with `make checkbuild`
# targets.
ifneq ($(PRODUCT_CHECK_ELF_FILES)$(CHECK_ELF_FILES),)
$(LOCAL_BUILT_MODULE): $(check_elf_files_stamp)
endif  # PRODUCT_CHECK_ELF_FILES or CHECK_ELF_FILES

check-elf-files: $(check_elf_files_stamp)
endif  # BUILD_BROKEN_PREBUILT_ELF_FILES
endif  # LOCAL_CHECK_ELF_FILES