提交 3b914cb9 编写于 作者: L luxuhui

fix: change the armlinux abi from armeabi-v7a to armhf

N/A
Signed-off-by: NLuxuhui <luxuhui@xiaomi.com>
上级 d9275275
......@@ -354,12 +354,12 @@ def get_build_model_dirs(library_name,
def abi_to_internal(abi):
if abi in [ABIType.armeabi_v7a, ABIType.arm64_v8a]:
if abi in [ABIType.armeabi_v7a, ABIType.arm64_v8a, ABIType.armhf]:
return abi
if abi == ABIType.arm64:
return ABIType.aarch64
if abi == ABIType.armhf:
return ABIType.armeabi_v7a
else:
mace_check(False, "abi not supported")
def infer_toolchain(abi):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册