From 172f2c4c0c4cbcf2e0f7369454a3e20141c22e37 Mon Sep 17 00:00:00 2001 From: Dan Willemsen <dwillemsen@google.com> Date: Tue, 19 Jun 2018 22:28:20 -0700 Subject: [PATCH] onclite: 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 Signed-off-by: Dhina17 <dhinalogu@gmail.com> --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index cb87a26..9c14a82 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -35,6 +35,8 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno506 TARGET_BOARD_SUFFIX := _64 TARGET_USES_64_BIT_BINDER := true +BUILD_BROKEN_DUP_RULES := true + # Kernel BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 androidboot.bootdevice=7824900.sdhci earlycon=msm_serial_dm,0x78af000 firmware_class.path=/vendor/firmware_mnt/image androidboot.usbconfigfs=true loop.max_part=7 -- GitLab