From e71ed26bf8107cacf9fa39d84e078a84f2353418 Mon Sep 17 00:00:00 2001 From: cencus Date: Tue, 8 Jul 2025 06:53:39 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=8B=9F=E5=99=A8=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cencus --- entry/build-profile.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entry/build-profile.json5 b/entry/build-profile.json5 index 73060b7..6355d0a 100644 --- a/entry/build-profile.json5 +++ b/entry/build-profile.json5 @@ -5,6 +5,10 @@ "path": "./src/main/cpp/CMakeLists.txt", "arguments": "", "cppFlags": "", + "abiFilters": [ + "x86_64", + "arm64-v8a" + ] } }, "buildOptionSet": [ -- Gitee