diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-11-23 14:46:29 -0500 |
|---|---|---|
| committer | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-02-21 15:13:23 +0100 |
| commit | 2b3ec3046294e61eb8e12ec3ee5c2ce5fbcabc2f (patch) | |
| tree | 58898251747387b5db45e58817a21ae34724ee14 | |
| parent | 9d8c768cc4a97d06dcc509f46edbb90b05513d8a (diff) | |
msm8916-common: Cleanup dead targets
build/make/core/main.mk:1136: warning: device/motorola/lux/lineage_lux.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
android.hardware.audio.effect@2.0-service
android.hardware.bluetooth.a2dp@1.0-impl
android.hardware.renderscript@1.0-service
android.hidl.manager@1.0-java
android.hidl.memory@1.0-impl.vendor
libhidltransport.vendor
libhwbinder.vendor
wifilogd
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-- | msm8916.mk | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -71,10 +71,8 @@ PRODUCT_PACKAGES += \ android.hardware.audio.common@6.0 \ android.hardware.audio.common@6.0-util \ android.hardware.audio.effect@2.0-impl \ - android.hardware.audio.effect@2.0-service \ android.hardware.audio.effect@6.0 \ android.hardware.audio.effect@6.0-impl \ - android.hardware.bluetooth.a2dp@1.0-impl \ android.hardware.bluetooth.audio@2.0-impl \ audio.a2dp.default \ audio.bluetooth.default \ @@ -122,8 +120,7 @@ PRODUCT_PACKAGES += \ # HIDL PRODUCT_PACKAGES += \ android.hidl.base@1.0 \ - android.hidl.manager@1.0 \ - android.hidl.manager@1.0-java + android.hidl.manager@1.0 # DRM PRODUCT_PACKAGES += \ @@ -140,7 +137,6 @@ PRODUCT_PACKAGES += \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service \ android.hardware.renderscript@1.0-impl \ - android.hardware.renderscript@1.0-service \ gralloc.msm8916 \ hwcomposer.msm8916 \ memtrack.msm8916 @@ -180,9 +176,7 @@ PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true PRODUCT_PACKAGES += \ libhidltransport \ - libhidltransport.vendor \ - libhwbinder \ - libhwbinder.vendor + libhwbinder # Telephony PRODUCT_PACKAGES += \ @@ -331,7 +325,6 @@ PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service \ libqsap_sdk \ libwpa_client \ - wifilogd \ wcnss_service PRODUCT_COPY_FILES += \ |
