From 6dca1a4e7f4061dd69e20372a84330a8253035a2 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 20 Nov 2020 20:12:15 +0000 Subject: [PATCH] sm8250-common: Remove deprecated telephony flag The custom jar is dead for good in Android 11. Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a7e0cc2..36f1556 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -194,9 +194,6 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true TARGET_USES_MKE2FS := true -# Telephony -TARGET_PROVIDES_QTI_TELEPHONY_JAR := true - # RIL ENABLE_VENDOR_RIL_SERVICE := true