sm7325-common: Cleanup dead targets

build/make/core/main.mk:1136: warning:  device/motorola/berlin/lineage_berlin.mk includes non-existent modules in PRODUCT_PACKAGES

Offending entries:
libOmxVdec
libOmxVenc
libOmxVidcCommon
libc2dcolorconvert
libqcreverb

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 |
This commit is contained in:
Nolen Johnson 2022-08-07 19:47:16 -04:00
parent 6db14c7ddc
commit 21be1e6bc5

View File

@ -101,7 +101,6 @@ PRODUCT_PACKAGES += \
libldnhncr \ libldnhncr \
libqcomvisualizer \ libqcomvisualizer \
libqcomvoiceprocessing \ libqcomvoiceprocessing \
libqcreverb \
libreverbwrapper \ libreverbwrapper \
libvisualizer \ libvisualizer \
sound_trigger.primary.lahaina sound_trigger.primary.lahaina
@ -300,7 +299,6 @@ PRODUCT_PACKAGES += \
# OMX # OMX
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libc2dcolorconvert \
libcodec2_hidl@1.0.vendor \ libcodec2_hidl@1.0.vendor \
libcodec2_vndk.vendor \ libcodec2_vndk.vendor \
libOmxAacEnc \ libOmxAacEnc \
@ -309,9 +307,6 @@ PRODUCT_PACKAGES += \
libOmxEvrcEnc \ libOmxEvrcEnc \
libOmxG711Enc \ libOmxG711Enc \
libOmxQcelp13Enc \ libOmxQcelp13Enc \
libOmxVdec \
libOmxVenc \
libOmxVidcCommon \
libstagefrighthw libstagefrighthw
# Perf # Perf