sdm710-common: let's not deal with ELF file copies for now

Basically any non-plain-text files in our proprietary file list
are ELF binaries. Granted that I can use llvm-readobj to check the
headers and build them through cc_prebuilt_binary or
cc_prebuilt_library_shared one by one, but the result is kind of
pointless.

The purpose of cc_prebuilt_binary is to track dependencies by
running check_elf_file.py on them. We have so many proprietary blobs
that it is nearly impossible (and sometimes impractical and undesirable)
to define dependencies.
This commit is contained in:
jjpprrrr 2021-11-24 20:45:42 +01:00 committed by Giammarco Senatore
parent 153b435cfe
commit df77b02041
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -19,6 +19,7 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
BUILD_BROKEN_DUP_RULES := true
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := sdm710