From 09ba66f874090f1bfff05dac29fc9a804240f55d Mon Sep 17 00:00:00 2001 From: w00438353 Date: Fri, 21 Aug 2020 19:47:49 +0800 Subject: [PATCH] Modify namespace to ohos form harmonyos Change-Id: Ia29013889dd9f784266e06998eb6c61bb37441cc --- BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 70d7081..9e9da55 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,7 +1,7 @@ # Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. -import("//build/harmonyos.gni") -import("//build/harmonyos/ndk/ndk.gni") +import("//build/ohos.gni") +import("//build/ohos/ndk/ndk.gni") config("zlib_config") { include_dirs = [ "." ] @@ -50,12 +50,12 @@ static_library("libz_test") { deps = [":libz"] } -harmonyos_ndk_headers("zlib_header") { +ohos_ndk_headers("zlib_header") { sources = ["./zlib.h","./zconf.h"] notices = ["LICENSE"] } -harmonyos_ndk_library("libz_ndk") { +ohos_ndk_library("libz_ndk") { output_name = "z" ndk_description_file = "./zlib.ndk.json" } -- GitLab