Move modem_svc_sit from gs101 to raviole

Module `modem_svc_sit` is not valid unless:
* USES_LASSEN_MODEM is true
* BOARD_WITHOUT_RADIO is NOT true (or NOT set)

Devices in gs101 family will set "USES_LASSEN_MODEM := true"; however,
not evevy gs101 device disables BOARD_WITHOUT_RADIO.

This commit defines PRODUCT_PACKAGES `modem_svc_sit` because it is
converted from bp by moving the if-statement constrain from the module
level to device level.

Flag: EXEMPT refactor
Bug: 358485346
Test: m modem_svc_sit
Change-Id: Ib3f7c8b0376e7cdec70e4baaf37e7a43c7d41333
This commit is contained in:
Jim Tang 2024-10-04 15:30:30 +08:00
parent 18a3732671
commit cf891d2ebe
4 changed files with 12 additions and 0 deletions

View file

@ -155,6 +155,9 @@ PRODUCT_PACKAGES += \
android.hardware.nfc-service.st \
NfcOverlayOriole
# modem_svc_sit daemon
PRODUCT_PACKAGES += modem_svc_sit
# SecureElement
PRODUCT_PACKAGES += \
android.hardware.secure_element@1.2-service-gto \