Propagate settings for building in an unbundled tree.

Test: build/soong/scripts/build-aml-prebuilts.sh art-module-sdk
  on master-art
Change-Id: Iaff7f590d67fdd6f533f2831475deb7b92090ea2
This commit is contained in:
Martin Stjernholm
2020-08-11 01:41:20 +01:00
parent a57e56a684
commit 2829f6c09c

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