Merge "Support secondary arch for host module exports."
This commit is contained in:
commit
11a8d879b6
|
@ -58,6 +58,7 @@ cat > ${SOONG_VARS}.new << EOF
|
|||
|
||||
"DeviceName": "generic_arm64",
|
||||
"HostArch": "x86_64",
|
||||
"HostSecondaryArch": "x86",
|
||||
"Aml_abis": true,
|
||||
|
||||
"UseGoma": ${USE_GOMA}
|
||||
|
|
Loading…
Reference in New Issue