From 6120ea678cb53889fe7bb32ec5bbf968f3b181a2 Mon Sep 17 00:00:00 2001
From: Nolen Johnson <johnsonnolen@gmail.com>
Date: Mon, 23 Nov 2020 14:46:29 -0500
Subject: [PATCH] beckham: Cleanup dead targets

build/make/core/main.mk:1136: warning:  device/motorola/beckham/lineage_beckham.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
nqnfcee_access.xml
nqnfcse_access.xml
build/make/core/main.mk:1136: error: Build failed.
15:35:26 ckati failed with: exit status 1

To do this yourself, put the following line into
lineage_$TARGET.mk:

`$(call enforce-product-packages-exist,)`

Note that the above flag must be in the product
makefile to work.

Change-Id: I0e4d93f4c3be077d49befa1f547d11d623ca74d5
---
 device.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/device.mk b/device.mk
index 7d30cdc..d250c95 100644
--- a/device.mk
+++ b/device.mk
@@ -70,8 +70,6 @@ PRODUCT_PACKAGES += \
     com.android.nfc_extras \
     SecureElement \
     NfcNci \
-    nqnfcee_access.xml \
-    nqnfcse_access.xml \
     Tag
 
 PRODUCT_COPY_FILES += \
-- 
GitLab