From fc8dbcbe76fce1062a03d4a73df218058bbc3a3e Mon Sep 17 00:00:00 2001 From: wangjiadong Date: Thu, 10 Nov 2022 21:28:49 +0800 Subject: [PATCH] Signed-off-by: wangjiadong change ota_lite to sys_installer_lite --- niobeu4/liteos_m/hals/update/BUILD.gn | 48 +++++++++++++-------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/niobeu4/liteos_m/hals/update/BUILD.gn b/niobeu4/liteos_m/hals/update/BUILD.gn index d923d85..a179fe7 100755 --- a/niobeu4/liteos_m/hals/update/BUILD.gn +++ b/niobeu4/liteos_m/hals/update/BUILD.gn @@ -1,26 +1,24 @@ -# Copyright (c) 2022 Hunan OpenValley Digital Industry Development Co., Ltd. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# Copyright (c) 2022 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and # limitations under the License. - -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/ndk/ndk.gni") - -lite_library("hal_update_static") { - target_type = "static_library" - sources = [ - "update_adapter.c", - ] - include_dirs = [ - "//base/update/sys_installer_lite/hals", - "//base/update/sys_installer_lite/interfaces/kits", - ] -} \ No newline at end of file + +import("//build/lite/config/component/lite_component.gni") +import("//build/lite/ndk/ndk.gni") + +lite_library("hal_update_static") { + target_type = "static_library" + sources = [ "update_adapter.c" ] + include_dirs = [ + "//base/update/sys_installer_lite/hals", + "//base/update/sys_installer_lite/interfaces/kits", + ] +}