exynos9610-common: Cleanup dead targets
authorNolen Johnson <johnsonnolen@gmail.com>
Mon, 23 Nov 2020 19:46:29 +0000 (14:46 -0500)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 9 May 2021 20:40:11 +0000 (22:40 +0200)
commit4c7c50c635e3ebbf3072020c76f20853712262d9
tree5cedba83ffb7cddb7dc29d6e58c8c70d616a493b
parentd0266baa1a7b5ce7db7d7c8cdb6148e4b5718bfd
exynos9610-common: Cleanup dead targets

build/make/core/main.mk:1136: warning:  device/motorola/hannah/lineage_hannah.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
android.hardware.neuralnetworks@1.2-service-sample-all
wpa_supplicant.conf
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
common.mk