From 1c32667aa86906a3a34ebc33869991665fecf739 Mon Sep 17 00:00:00 2001 From: pavlaras Date: Mon, 14 Sep 2020 16:45:15 +0300 Subject: [PATCH] h811: Cleanup, remove things that don't exist Change-Id: I781732f9a96c6f95f55fc2505a1fb0b1535f7007 --- BoardConfig.mk | 3 --- lineage.mk | 3 --- 2 files changed, 6 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 90239fc..49f6f6f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -25,6 +25,3 @@ TARGET_OTA_ASSERT_DEVICE := g4,p1,h811,ls991_UsU # Kernel TARGET_KERNEL_CONFIG := lineageos_h811_defconfig - -# inherit from the proprietary version --include vendor/lge/h811/BoardConfigVendor.mk diff --git a/lineage.mk b/lineage.mk index 1c6f07b..0a08cf8 100644 --- a/lineage.mk +++ b/lineage.mk @@ -3,9 +3,6 @@ $(call inherit-product, device/lge/h811/full_h811.mk) # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) - # Overlays (inherit after vendor/cm to ensure we override it) DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay