From: Nolen Johnson Date: Mon, 23 Nov 2020 19:46:29 +0000 (-0500) Subject: exynos9610-common: Cleanup dead targets X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c7c50c635e3ebbf3072020c76f20853712262d9;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git 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 --- diff --git a/common.mk b/common.mk index f345d0e..1e09677 100644 --- a/common.mk +++ b/common.mk @@ -226,10 +226,6 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \ $(COMMON_PATH)/configs/nfc/libnfc-sec-vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-vendor.conf -# Neuralnetworks -PRODUCT_PACKAGES += \ - android.hardware.neuralnetworks@1.2-service-sample-all - # OMX PRODUCT_PACKAGES += \ android.hardware.media.omx@1.0-service \ @@ -353,8 +349,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service \ hostapd \ - wpa_supplicant \ - wpa_supplicant.conf + wpa_supplicant PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \