shamp: Replace modem_svc with shamp

Bug: 328704096

Newer devices will depend upon the new soong build target for modem_svc
(now named shared_modem_platform). Since the target is included in
gs-common, and is thus on all devices, the only thing that needs to be
done it this build file is to specify that we need the lassen instance.

Test: build, flash and check for lassen logs
Doc: 328704096
Change-Id: I48af45ee76b3ec55422be81462212986b3d97322
This commit is contained in:
kierancyphus 2024-03-13 15:23:25 +08:00
parent 6ca86ebcd4
commit 7789adbf50

View file

@ -961,9 +961,6 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
ifneq ($(BOARD_WITHOUT_RADIO),true)
# modem_svc_sit daemon
PRODUCT_PACKAGES += modem_svc_sit
# modem_ml_svc_sit daemon
PRODUCT_PACKAGES += modem_ml_svc_sit
@ -1210,3 +1207,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# since it can't be overridden from /vendor.
PRODUCT_PRODUCT_PROPERTIES += \
dumpstate.strict_run=false
# Shared Modem Platform
SHARED_MODEM_PLATFORM_VENDOR := lassen
include device/google/gs-common/modem/shared_modem_platform/shared_modem_platform.mk