Skip to content

Commit 4053a7d

Browse files
author
zhangyushuang.77
committed
[Optimize] support x64 product for harmony
1 parent 5b8659b commit 4053a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmony/scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def main(argv):
134134
harmony_ndk_root=f'{harmony_sdk}/openharmony/native'
135135
harmony_cmake = f'{harmony_ndk_root}/build-tools/cmake/bin/cmake'
136136
harmony_toolchain_file=f'{harmony_sdk}/hms/native/build/cmake/hmos.toolchain.cmake'
137-
abis = ['arm64-v8a'] # temporarily build arm64
137+
abis = ['arm64-v8a', 'x86_64'] # temporarily build arm64
138138
with tempfile.TemporaryDirectory() as temp_dir:
139139
for abi in abis:
140140
# 1. create native lib dir

0 commit comments

Comments
 (0)