Merge "shamp: Create soong config variable for vendors" into main

This commit is contained in:
Treehugger Robot 2024-04-02 05:16:53 +00:00 committed by Android (Google) Code Review
commit 819230aee3

View 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