diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-11-23 14:46:29 -0500 |
|---|---|---|
| committer | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-04-03 19:21:56 -0400 |
| commit | 6120ea678cb53889fe7bb32ec5bbf968f3b181a2 (patch) | |
| tree | 79f7d6cd7116a4d2aac318cda9d8e2c0a7782dcd | |
| parent | 4cd26b39319a64e102c0eeae1fbd78cd20f15bd2 (diff) | |
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
| -rw-r--r-- | device.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,8 +70,6 @@ PRODUCT_PACKAGES += \ com.android.nfc_extras \ SecureElement \ NfcNci \ - nqnfcee_access.xml \ - nqnfcse_access.xml \ Tag PRODUCT_COPY_FILES += \ |
