From 1cd842496d75f7284dd890d5c74ef724b09f8bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Mon, 20 Mar 2023 13:03:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20FA/thirdparty/minizip=5Fdemo/entry/bui?= =?UTF-8?q?ld-profile.json5.=20Signed-off-by:=20=E7=A6=BB=E5=8C=97?= =?UTF-8?q?=E5=86=B5=E5=BD=92=20<2692032597@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- FA/thirdparty/minizip_demo/entry/build-profile.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FA/thirdparty/minizip_demo/entry/build-profile.json5 b/FA/thirdparty/minizip_demo/entry/build-profile.json5 index ad3b00d3..e8cfa832 100755 --- a/FA/thirdparty/minizip_demo/entry/build-profile.json5 +++ b/FA/thirdparty/minizip_demo/entry/build-profile.json5 @@ -5,7 +5,8 @@ "path": "./src/main/cpp/CMakeLists.txt", "arguments": "-v", "abiFilters": [ - "arm64-v8a" + "arm64-v8a", + "armeabi-v7a" ], "cppFlags": "", } -- Gitee