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:
parent
153b435cfe
commit
df77b02041
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
|
||||||
|
|
||||||
BUILD_BROKEN_DUP_RULES := true
|
BUILD_BROKEN_DUP_RULES := true
|
||||||
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
||||||
|
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := sdm710
|
TARGET_BOOTLOADER_BOARD_NAME := sdm710
|
||||||
|
|
Loading…
Reference in a new issue