Update BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE documentation

With trunk stable, we no longer have multiple development branches, and
this flag is no longer in use.

Test: N/A (documentation change)
Bug: 308188056
Change-Id: Icdaddde9d107de9a453106cae35645b7e6cc21e9
This commit is contained in:
Spandan Das
2024-05-07 22:52:17 +00:00
parent cf7dd64339
commit e4a3e9ee5a
2 changed files with 6 additions and 4 deletions

View File

@@ -418,8 +418,9 @@ _product_single_value_vars += PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
# /system/etc/security/fsverity/BuildManifest.apk # /system/etc/security/fsverity/BuildManifest.apk
_product_single_value_vars += PRODUCT_FSVERITY_GENERATE_METADATA _product_single_value_vars += PRODUCT_FSVERITY_GENERATE_METADATA
# If true, sets the default for MODULE_BUILD_FROM_SOURCE. This overrides # If true, this builds the mainline modules from source. This overrides any
# BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE but not an explicitly set value. # prebuilts selected via RELEASE_APEX_CONTRIBUTIONS_* build flags for the
# current release config.
_product_single_value_vars += PRODUCT_MODULE_BUILD_FROM_SOURCE _product_single_value_vars += PRODUCT_MODULE_BUILD_FROM_SOURCE
# If true, installs a full version of com.android.virt APEX. # If true, installs a full version of com.android.virt APEX.

View File

@@ -24,8 +24,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/memtag-common.mk)
# uses -DENFORCE_VINTF_MANIFEST. See b/185759877 # uses -DENFORCE_VINTF_MANIFEST. See b/185759877
PRODUCT_SHIPPING_API_LEVEL := 29 PRODUCT_SHIPPING_API_LEVEL := 29
# Builds using a module product should build modules from source, even if # If true, this builds the mainline modules from source. This overrides any
# BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE says otherwise. # prebuilts selected via RELEASE_APEX_CONTRIBUTIONS_* build flags for the
# current release config.
PRODUCT_MODULE_BUILD_FROM_SOURCE := true PRODUCT_MODULE_BUILD_FROM_SOURCE := true
# Build sdk from source if the branch is not using slim manifests. # Build sdk from source if the branch is not using slim manifests.