Merge "shamp: Create soong config variable for vendors" into main
This commit is contained in:
commit
819230aee3
9
modem/shared_modem_platform/shared_modem_platform.mk
Normal file
9
modem/shared_modem_platform/shared_modem_platform.mk
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# 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
|
||||||
|
# `SHARED_MODEM_PLATFORM_VENDOR` is defined later in the file.
|
||||||
|
SOONG_CONFIG_NAMESPACES += shared_modem_platform
|
||||||
|
SOONG_CONFIG_shared_modem_platform += \
|
||||||
|
vendor
|
||||||
|
SOONG_CONFIG_shared_modem_platform_vendor := $(SHARED_MODEM_PLATFORM_VENDOR)
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += shared_modem_platform
|
Loading…
x
Reference in New Issue
Block a user