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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user