From c3b168d280a4a383ce83e1baeaac059b7d3508bf Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 13 Jul 2018 23:17:23 +0300 Subject: [PATCH] wayne-common: Set TARGET_PROVIDES_QTI_TELEPHONY_JAR * Avoids the following warnings on every single rebuild of anything: build/core/Makefile:34: warning: overriding commands for target `/out/lineage-16.0/target/product/wayne/system/framework/qti-telephony-common.jar' build/core/base_rules.mk:391: warning: ignoring old commands for target `/out/lineage-16.0/target/product/wayne/system/framework/qti-telephony-common.jar' Change-Id: Idffe1a95d5ddac0ef3d6c74e3d55293b553e51ba --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d0643da5..5e529452 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -249,6 +249,7 @@ endif BOARD_HAS_LARGE_FILESYSTEM := true # RIL +TARGET_PROVIDES_QTI_TELEPHONY_JAR := true TARGET_RIL_VARIANT := caf PROTOBUF_SUPPORTED := true