Merge "Propagate settings for building in an unbundled tree."

This commit is contained in:
Treehugger Robot
2020-08-17 13:35:16 +00:00
committed by Gerrit Code Review

View File

@@ -84,6 +84,8 @@ cat > ${SOONG_VARS}.new << EOF
"CrossHostArch": "x86_64",
"Aml_abis": true,
"Allow_missing_dependencies": ${SOONG_ALLOW_MISSING_DEPENDENCIES:-false},
"Unbundled_build": ${TARGET_BUILD_UNBUNDLED:-false},
"UseGoma": ${USE_GOMA}
}
EOF