Propagate the Soong config variable for enabling ART Module building.

It is set in art/build/build-art-module.sh.

Test: art/build/build-art-module.sh
Bug: 172480617
Change-Id: Idbb3478667a2265ba115922207cb6d9aa6c4c91d
This commit is contained in:
Martin Stjernholm 2020-12-01 18:00:52 +00:00
parent 78b340f375
commit f371381cac

View file

@ -94,7 +94,13 @@ cat > ${SOONG_VARS}.new << EOF
"Allow_missing_dependencies": ${SOONG_ALLOW_MISSING_DEPENDENCIES:-false}, "Allow_missing_dependencies": ${SOONG_ALLOW_MISSING_DEPENDENCIES:-false},
"Unbundled_build": ${TARGET_BUILD_UNBUNDLED:-false}, "Unbundled_build": ${TARGET_BUILD_UNBUNDLED:-false},
"UseGoma": ${USE_GOMA} "UseGoma": ${USE_GOMA},
"VendorVars": {
"art_module": {
"source_build": "${ENABLE_ART_SOURCE_BUILD:-false}"
}
}
} }
EOF EOF