From 55955f691aa03dab2f011156dfc5859b16ba2723 Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Tue, 30 Jul 2024 07:56:40 +0000 Subject: [PATCH] update entry/build-profile.json5. Signed-off-by: Lince Liu <353627866@qq.com> --- entry/build-profile.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/build-profile.json5 b/entry/build-profile.json5 index 9cba5d3..4de724c 100644 --- a/entry/build-profile.json5 +++ b/entry/build-profile.json5 @@ -20,6 +20,7 @@ "path": "./src/main/cpp/CMakeLists.txt", "arguments": "", "cppFlags": "", + "abiFilters": ["arm64-v8a", "x86_64"] } }, "targets": [ -- Gitee