Merge "Support secondary arch for host module exports."

This commit is contained in:
Nicolas Geoffray 2020-04-02 08:12:45 +00:00 committed by Gerrit Code Review
commit 11a8d879b6
1 changed files with 1 additions and 0 deletions

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}