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

Commit 56b584c4 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Change default for source_build config variable to true."

parents 97a1be6e ed623eae
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ readonly SOONG_VARS=${SOONG_OUT}/soong.variables
# CrossHost: linux_bionic
# CrossHostArch: x86_64
#   -  Enable Bionic on host as ART needs prebuilts for it.
# VendorVars.art_mdoule.source_build
#   -  TODO(b/172480615): Change default to false when platform uses ART Module
#      prebuilts by default.
cat > ${SOONG_VARS}.new << EOF
{
    "BuildNumberFile": "build_number.txt",
@@ -104,7 +107,7 @@ cat > ${SOONG_VARS}.new << EOF

    "VendorVars": {
        "art_module": {
            "source_build": "${ENABLE_ART_SOURCE_BUILD:-false}"
            "source_build": "${ENABLE_ART_SOURCE_BUILD:-true}"
        }
    },