From b5897e9025b5600cef31d53f96fa4533b3f13fdc Mon Sep 17 00:00:00 2001 From: zhaogan Date: Tue, 5 Mar 2024 20:25:29 +0800 Subject: [PATCH] =?UTF-8?q?NDK=E5=86=97=E4=BD=99=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaogan --- BUILD.gn | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 463667a..91c5fa9 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -121,16 +121,3 @@ if (current_os == "ios") { part_name = "zlib" } } - -ohos_ndk_headers("zlib_header") { - sources = [ - "./zconf.h", - "./zlib.h", - ] -} - -ohos_ndk_library("libz_ndk") { - output_name = "z" - ndk_description_file = "./zlib.ndk.json" - output_extension = "so" -} -- Gitee