We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8659b commit 4053a7dCopy full SHA for 4053a7d
harmony/scripts/build.py
@@ -134,7 +134,7 @@ def main(argv):
134
harmony_ndk_root=f'{harmony_sdk}/openharmony/native'
135
harmony_cmake = f'{harmony_ndk_root}/build-tools/cmake/bin/cmake'
136
harmony_toolchain_file=f'{harmony_sdk}/hms/native/build/cmake/hmos.toolchain.cmake'
137
- abis = ['arm64-v8a'] # temporarily build arm64
+ abis = ['arm64-v8a', 'x86_64'] # temporarily build arm64
138
with tempfile.TemporaryDirectory() as temp_dir:
139
for abi in abis:
140
# 1. create native lib dir
0 commit comments