Merge "assign value to soong config variable" into main

This commit is contained in:
Dennis Shen 2024-01-09 18:47:03 +00:00 committed by Android (Google) Code Review
commit 271f6d6dab

View file

@ -470,3 +470,5 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
# Use "image" APEXes always.
$(call inherit-product,$(SRC_TARGET_DIR)/product/updatable_apex.mk)
$(call soong_config_set, bionic, large_system_property_node, $(RELEASE_LARGE_SYSTEM_PROPERTY_NODE))