From 1bfd9147f013ee5cba6f52ce6926bebff39dfbb7 Mon Sep 17 00:00:00 2001
From: Demon000 <demonsingur@gmail.com>
Date: Sun, 20 Oct 2019 20:18:30 +0200
Subject: [PATCH] sm6250-common: allow duplicate targets

Change-Id: Ied8866cc2d9f76bc2acd77ff07fd72d560ba7c69
---
 BoardConfigCommon.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 2560c40..528d792 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -6,6 +6,8 @@
 
 COMMON_PATH := device/xiaomi/sm6250-common
 
+BUILD_BROKEN_DUP_RULES := true
+
 # Architecture
 TARGET_ARCH := arm64
 TARGET_ARCH_VARIANT := armv8-a
-- 
GitLab