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:
parent
78b340f375
commit
f371381cac
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue