Support secondary arch for host module exports.

Bug: 142935992
Test: build-aml-prebuilts.sh generate x86 prebuilts

Change-Id: Iec4d8aa59a3ad55583c788f8ec40dd0637e7af33
This commit is contained in:
Nicolas Geoffray
2020-03-24 11:39:06 +00:00
parent b358ebb759
commit abdc8c5501

View File

@@ -58,6 +58,7 @@ cat > ${SOONG_VARS}.new << EOF
"DeviceName": "generic_arm64",
"HostArch": "x86_64",
"HostSecondaryArch": "x86",
"Aml_abis": true,
"UseGoma": ${USE_GOMA}