Merge "Propagate the Soong config variable for enabling ART Module building." am: 62bd802826

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1513925

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I429c79fe791d60f02b9bc5f89c917bc2fecb52d3
This commit is contained in:
Martin Stjernholm
2020-12-10 09:53:07 +00:00
committed by Automerger Merge Worker

View File

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