From dd9ffb78ca3536406d7ad6c70637737123fec529 Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Tue, 30 Jul 2024 06:57:29 +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 03fc13d..f869c04 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