Merge "pms: Create mk file in gs-common" into main
This commit is contained in:
commit
d2295d66e6
1 changed files with 10 additions and 0 deletions
10
modem/pixel_modem_service/pixel_modem_service.mk
Normal file
10
modem/pixel_modem_service/pixel_modem_service.mk
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue