Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b99bc00 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE documentation" into main

parents 2bab653d e4a3e9ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -418,8 +418,9 @@ _product_single_value_vars += PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
# /system/etc/security/fsverity/BuildManifest.apk
_product_single_value_vars += PRODUCT_FSVERITY_GENERATE_METADATA

# If true, sets the default for MODULE_BUILD_FROM_SOURCE. This overrides
# BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE but not an explicitly set value.
# If true, this builds the mainline modules from source. This overrides any
# prebuilts selected via RELEASE_APEX_CONTRIBUTIONS_* build flags for the
# current release config.
_product_single_value_vars += PRODUCT_MODULE_BUILD_FROM_SOURCE

# If true, installs a full version of com.android.virt APEX.
+3 −2
Original line number Diff line number Diff line
@@ -24,8 +24,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/memtag-common.mk)
# uses -DENFORCE_VINTF_MANIFEST. See b/185759877
PRODUCT_SHIPPING_API_LEVEL := 29

# Builds using a module product should build modules from source, even if
# BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE says otherwise.
# If true, this builds the mainline modules from source. This overrides any
# prebuilts selected via RELEASE_APEX_CONTRIBUTIONS_* build flags for the
# current release config.
PRODUCT_MODULE_BUILD_FROM_SOURCE := true

# Build sdk from source if the branch is not using slim manifests.