mido: build have overriding commands
These products have warnings about overriding build commands, which means that there are multiple instructions on how to build a file, and we've just picked one of them. Which one we pick is usually stable, but it can change. Bug: 77611511 Test: turn default to false, walleye still uses a warning Change-Id: I11d194863b313f64b19291f65219682b169d9ced
This commit is contained in:
parent
4c34733e0f
commit
f02944f329
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
|
|||
# Bootloader
|
||||
TARGET_BOOTLOADER_BOARD_NAME := sdm710
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
BUILD_BROKEN_DUP_RULES := true
|
||||
|
||||
# Platform
|
||||
FORCE_QCOM_DISPLAY_HAL_VARIANT := sdm845
|
||||
|
|
Loading…
Reference in a new issue