Merge "pms: Create mk file in gs-common" into main

This commit is contained in:
Kieran Cyphus 2024-12-13 00:41:27 -08:00 committed by Android (Google) Code Review
commit d2295d66e6

View file

@ -0,0 +1,10 @@
# This file is not included in `modem.mk` since this is included at the
# beginning of each `device.mk` file, and so will be called before
# `PIXEL_MODEM_SERVICE_FLAVOUR` is defined later in the file.
SOONG_CONFIG_NAMESPACES += pixel_modem_service
SOONG_CONFIG_pixel_modem_service += \
flavour
SOONG_CONFIG_pixel_modem_service_flavour := $(PIXEL_MODEM_SERVICE_FLAVOUR)
PRODUCT_PACKAGES += PixelModemService