pms: Create mk file in gs-common

Bug: 382192979

Test: ran abtd test with both git_main and git_main-without-vendor
Flag: EXEMPT Cannot flag mk file changes
Change-Id: Ic7fc13ad191abb1147f35d8d4bd1fd02dc56e772
This commit is contained in:
kierancyphus 2024-12-13 10:26:10 +08:00
parent 737725ba27
commit 9a52810bab

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