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:
parent
737725ba27
commit
9a52810bab
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